Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
-
flask
|
| 2 |
-
huggingface-hub
|
| 3 |
-
bcrypt
|
| 4 |
-
requests
|
| 5 |
-
gunicorn
|
| 6 |
-
Flask-CORS
|
|
|
|
|
|
| 1 |
+
flask
|
| 2 |
+
huggingface-hub
|
| 3 |
+
bcrypt
|
| 4 |
+
requests
|
| 5 |
+
gunicorn
|
| 6 |
+
Flask-CORS
|
| 7 |
+
python-dotenv
|