bharath1108 commited on
Commit
b8872e5
·
verified ·
1 Parent(s): e8c3621

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -6
requirements.txt CHANGED
@@ -12,13 +12,15 @@ accelerate>=0.25.0
12
  Pillow==11.0.0
13
  numpy>=1.24.0,<2.0.0
14
 
15
- # HTTP requests for OpenRouter API
16
- requests==2.31.0
17
-
18
  # Environment and utilities
19
  python-dotenv==1.0.0
 
 
20
  gunicorn==21.2.0
21
 
22
- # Optional but recommended
23
- redis==5.0.1
24
- celery==5.3.4
 
 
 
 
12
  Pillow==11.0.0
13
  numpy>=1.24.0,<2.0.0
14
 
 
 
 
15
  # Environment and utilities
16
  python-dotenv==1.0.0
17
+
18
+ # Production server
19
  gunicorn==21.2.0
20
 
21
+ # Security
22
+ flask-talisman==1.1.0
23
+ flask-limiter==3.5.0
24
+
25
+ # Monitoring (optional)
26
+ flask-cors==4.0.0