36 lines
502 B
Plaintext
36 lines
502 B
Plaintext
# Web Framework
|
|
fastapi==0.109.0
|
|
uvicorn[standard]==0.27.0
|
|
python-multipart==0.0.6
|
|
jinja2==3.1.3
|
|
aiofiles==23.2.1
|
|
|
|
# Whisper
|
|
openai-whisper==20240930
|
|
faster-whisper==1.1.0
|
|
torch==2.5.1
|
|
torchaudio==2.5.1
|
|
|
|
# Database
|
|
sqlalchemy==2.0.36
|
|
alembic==1.14.0
|
|
|
|
# Audio processing
|
|
librosa==0.10.2.post1
|
|
soundfile==0.12.1
|
|
|
|
# Utilities
|
|
python-dotenv==1.0.0
|
|
pydantic==2.5.3
|
|
pydantic-settings==2.1.0
|
|
httpx==0.26.0
|
|
|
|
# Monitoring
|
|
psutil==5.9.6
|
|
|
|
# Scheduling
|
|
apscheduler==3.10.4
|
|
|
|
# Optional: Sentry
|
|
# sentry-sdk==1.39.2
|