Kokoro-FastAPI/requirements-test.txt

15 lines
242 B
Text
Raw Normal View History

2024-12-30 13:25:30 -07:00
# Core dependencies for testing
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
# Testing
pytest==8.0.0
httpx==0.26.0
pytest-asyncio==0.23.5
2025-01-01 21:50:41 -07:00
pytest-cov==6.0.0
gradio==4.19.2