27 lines
930 B
Plaintext
27 lines
930 B
Plaintext
# -*- coding: utf-8 -*-
|
|
# 默认依赖:可正常启动排队系统、Web 后台、弹幕监听、音乐监听等基础功能。
|
|
# TTS/GPU 依赖不要放在默认安装里,否则 Python 3.13 下 torch 没有可用 wheel 会导致整套项目安装失败。
|
|
websockets>=12.0,<13.0
|
|
brotli>=1.1.0
|
|
aiohttp>=3.9.0
|
|
pygame>=2.5.0
|
|
pywin32>=306;platform_system=="Windows"
|
|
winrt-Windows.Media.Control>=3.0
|
|
winrt-Windows.Foundation>=3.0
|
|
winrt-Windows.Storage.Streams>=3.0
|
|
uiautomation>=2.0.20;platform_system=="Windows"
|
|
pycaw>=20251023;platform_system=="Windows"
|
|
comtypes>=1.4.16;platform_system=="Windows"
|
|
soundfile>=0.12.0
|
|
sounddevice>=0.5.0
|
|
qrcode[pil]>=8.0,<9.0
|
|
pycryptodome>=3.20,<4.0
|
|
huggingface_hub>=0.20.0
|
|
pyinstaller>=6.11,<7.0
|
|
|
|
# 可选:启用 faster-qwen3-tts 时再安装以下依赖,建议使用 Python 3.10-3.12 + CUDA 对应 torch。
|
|
# faster-qwen3-tts>=0.1.0
|
|
# torch>=2.0.0
|
|
# torchaudio>=2.0.0
|
|
# transformers>=4.40.0
|