ayush2917 commited on
Commit
909b79f
·
verified ·
1 Parent(s): b7877e2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -12
requirements.txt CHANGED
@@ -1,16 +1,15 @@
1
- # Core dependencies for Flask application
2
- flask==2.3.3
3
- werkzeug==2.3.8
4
  requests==2.31.0
5
- python-dotenv==1.0.1
6
- gunicorn==21.2.0
7
  backoff==2.2.1
8
- joblib==1.3.2
9
-
10
- # Dependencies for semantic similarity (chatbot.py)
 
 
11
  sentence-transformers==2.2.2
12
  torch==2.0.1
13
- transformers==4.35.2
14
-
15
- # Optional: Uncomment if Firebase integration is enabled
16
- # firebase-admin==5.2.0
 
1
+ Flask==2.3.2
2
+ python-dotenv==1.0.0
 
3
  requests==2.31.0
 
 
4
  backoff==2.2.1
5
+ gunicorn==20.1.0
6
+ firebase-admin==6.2.0
7
+ python-dateutil==2.8.2
8
+ Pillow==10.0.1
9
+ transformers==4.33.3
10
  sentence-transformers==2.2.2
11
  torch==2.0.1
12
+ numpy==1.24.4
13
+ huggingface-hub==0.16.4
14
+ diffusers==0.19.3
15
+ accelerate==0.22.0