# TTS Server Dependencies
# Install with: pip install -r requirements-tts.txt
#
# For GPU support, install PyTorch with CUDA first:
#   pip install torch torchaudio --index-url https://download.pytorch.org/whl/cu121

# Core ML
torch>=2.0.0
torchaudio>=2.0.0

# TTS Engines
# Chatterbox (default)
git+https://github.com/resemble-ai/chatterbox.git
# Qwen3-TTS (optional - use --backend qwen-0.6b or qwen-1.7b)
qwen-tts

# Speech-to-Text (for /transcribe endpoint)
faster-whisper

# HTTP Server
fastapi
uvicorn[standard]
pydantic
python-multipart
