Files
audio-engine-hub/requirements.txt
2025-12-04 11:58:36 +01:00

23 lines
221 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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