Kokoro-FastAPI/requirements.txt

33 lines
480 B
Text
Raw Normal View History

2024-12-30 13:25:30 -07:00
# Primarily for reference, as Dockerfile refer
# Core dependencies
fastapi==0.115.6
uvicorn==0.34.0
pydantic==2.10.4
pydantic-settings==2.7.0
python-dotenv==1.0.1
sqlalchemy==2.0.27
# ML/DL
transformers==4.47.1
numpy==2.2.1
scipy==1.14.1
# Audio processing
soundfile==0.12.1
# Text processing
phonemizer==3.3.0
regex==2024.11.6
# Utilities
tqdm==4.67.1
requests==2.32.3
munch==4.0.0
tiktoken===0.8.0
loguru==0.7.3
2024-12-30 13:25:30 -07:00
# Testing
pytest==8.0.0
httpx==0.26.0
pytest-asyncio==0.23.5