first commit: TTS Book Service with MiMo TTS integration

This commit is contained in:
TTS Service
2026-03-27 13:41:07 +08:00
commit 270aba89a0
10 changed files with 1132 additions and 0 deletions

6
requirements.txt Normal file
View File

@@ -0,0 +1,6 @@
fastapi==0.115.0
uvicorn[standard]==0.30.0
sqlalchemy==2.0.35
aiosqlite==0.20.0
httpx==0.27.0
python-multipart==0.0.12