mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-08-05 16:48:53 +00:00
13 lines
209 B
Text
13 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
|