File size: 401 Bytes
d4e1d7d
 
 
 
 
 
c40e51c
d4e1d7d
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
fastapi==0.104.1
uvicorn[standard]==0.24.0
aiohttp==3.9.1
aiofiles==23.2.1
pydantic==2.5.0
pydub==0.25.1
requests==2.31.0
python-multipart==0.0.6

# For audio processing
ffmpeg-python==0.2.0

# Optional: For production deployment
gunicorn==21.2.0

# Optional: For task scheduling and background jobs
apscheduler==3.10.4

# Optional: For Redis-based task storage (production)
redis==5.0.1
celery==5.3.4