Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -9
requirements.txt
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
-
# requirements.txt
|
| 2 |
-
flask
|
| 3 |
-
bcrypt
|
| 4 |
-
requests
|
| 5 |
-
gunicorn
|
| 6 |
-
Flask-CORS
|
| 7 |
-
python-dotenv
|
| 8 |
-
stripe
|
| 9 |
-
dnspython
|
|
|
|
|
|
| 1 |
+
# requirements.txt
|
| 2 |
+
flask
|
| 3 |
+
bcrypt
|
| 4 |
+
requests
|
| 5 |
+
gunicorn
|
| 6 |
+
Flask-CORS
|
| 7 |
+
python-dotenv
|
| 8 |
+
stripe
|
| 9 |
+
dnspython
|
| 10 |
+
werkzeug
|