Update requirements.txt
Browse files- requirements.txt +11 -12
requirements.txt
CHANGED
@@ -1,16 +1,15 @@
|
|
1 |
-
|
2 |
-
|
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 |
-
|
9 |
-
|
10 |
-
|
|
|
|
|
11 |
sentence-transformers==2.2.2
|
12 |
torch==2.0.1
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
|
|
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
|