mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-04-13 09:39:17 +00:00
12 lines
209 B
Text
12 lines
209 B
Text
# 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
|