29 lines
421 B
Plaintext
29 lines
421 B
Plaintext
# FastAPI WebSocket 服务器
|
|
fastapi>=0.104.0
|
|
uvicorn[standard]>=0.24.0
|
|
websockets>=12.0
|
|
|
|
# 阿里云百炼 LLM
|
|
dashscope>=1.13.0
|
|
|
|
# Kokoro TTS (本地 ONNX)
|
|
onnxruntime>=1.16.0
|
|
sounddevice>=0.4.6
|
|
misaki[zh]>=0.8.2
|
|
cn2an>=0.5.0
|
|
pypinyin>=0.50.0
|
|
jieba>=0.42.1
|
|
|
|
# 工具库
|
|
pydantic>=2.0.0
|
|
pydantic-settings>=2.0.0
|
|
python-dotenv>=1.0.0
|
|
|
|
# 音频处理
|
|
numpy>=1.21.0
|
|
scipy>=1.10.0
|
|
soundfile>=0.12.0
|
|
|
|
# 日志
|
|
loguru>=0.7.0
|