39 lines
695 B
Plaintext
39 lines
695 B
Plaintext
# Web Framework
|
|
fastapi>=0.109.0
|
|
uvicorn[standard]>=0.27.0
|
|
websockets>=12.0
|
|
python-multipart>=0.0.6
|
|
|
|
# WebRTC (optional - for WebRTC transport)
|
|
aiortc>=1.6.0
|
|
|
|
# Audio Processing
|
|
av>=12.1.0
|
|
numpy>=1.26.3
|
|
onnxruntime>=1.16.3
|
|
|
|
# Configuration
|
|
pydantic>=2.5.3
|
|
pydantic-settings>=2.1.0
|
|
python-dotenv>=1.0.0
|
|
toml>=0.10.2
|
|
pyyaml>=6.0.1
|
|
|
|
# Logging
|
|
loguru>=0.7.2
|
|
|
|
# HTTP Client
|
|
aiohttp>=3.9.1
|
|
|
|
# AI Services - LLM
|
|
openai>=1.0.0
|
|
dashscope>=1.25.11
|
|
|
|
# Microphone client dependencies
|
|
sounddevice>=0.4.6
|
|
soundfile>=0.12.1
|
|
pyaudio>=0.2.13 # More reliable audio on Windows
|
|
|
|
# FastGPT runtime support is installed from the sibling fastgpt-python-sdk package.
|
|
# Local dev: pip install -e ..\\fastgpt-python-sdk
|