23 lines
221 B
Plaintext
23 lines
221 B
Plaintext
# NovaAi – TTS-Engine-Hub
|
||
# requirements.txt
|
||
# Version: v0.0.1
|
||
|
||
fastapi
|
||
uvicorn
|
||
gunicorn
|
||
pydantic
|
||
pydantic-settings
|
||
ffmpeg-python
|
||
piper-tts
|
||
|
||
|
||
f5-tts
|
||
torch
|
||
torchaudio
|
||
|
||
# Development & Testing
|
||
pytest-cov
|
||
pytest-asyncio
|
||
|
||
|