# Qwen3-TTS Server Dependencies

# PyTorch - use CPU wheel for smaller image or cuda for GPU
--index-url https://download.pytorch.org/whl/cpu
torch>=2.0.0
torchaudio>=2.0.0

# TTS Model
qwen-tts>=0.0.4
transformers>=4.40.0
accelerate>=0.30.0

# Web framework
fastapi>=0.100.0
uvicorn[standard]>=0.20.0
websockets>=11.0

# Audio processing
numpy>=1.24.0
soundfile>=0.12.0

# Other
pydantic>=2.0.0
