NitinBot001 commited on
Commit
d4e1d7d
·
verified ·
1 Parent(s): b226bb6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +20 -3
requirements.txt CHANGED
@@ -1,4 +1,21 @@
1
- flask==2.3.2
 
 
 
 
 
2
  requests==2.31.0
3
- llama-cpp-python==0.2.20
4
- gunicorn==21.2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fastapi==0.104.1
2
+ uvicorn[standard]==0.24.0
3
+ aiohttp==3.9.1
4
+ aiofiles==23.2.1
5
+ pydantic==2.5.0
6
+ pydub==0.25.1
7
  requests==2.31.0
8
+ python-multipart==0.0.6
9
+
10
+ # For audio processing
11
+ ffmpeg-python==0.2.0
12
+
13
+ # Optional: For production deployment
14
+ gunicorn==21.2.0
15
+
16
+ # Optional: For task scheduling and background jobs
17
+ apscheduler==3.10.4
18
+
19
+ # Optional: For Redis-based task storage (production)
20
+ redis==5.0.1
21
+ celery==5.3.4