Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Flask==2.3.3
|
| 2 |
+
Flask-SQLAlchemy==3.1.1
|
| 3 |
+
Flask-Login==0.6.2
|
| 4 |
+
Flask-Session==0.5.0
|
| 5 |
+
Werkzeug==2.3.7
|
| 6 |
+
python-dotenv==1.0.0
|
| 7 |
+
SQLAlchemy==2.0.21
|
| 8 |
+
gunicorn==21.2.0
|
| 9 |
+
itsdangerous==2.1.2
|
| 10 |
+
redis==5.0.1
|
| 11 |
+
requests==2.31.0
|