Spaces:
Runtime error
Runtime error
ReySajju742
commited on
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
-
|
2 |
-
Flask-Mail==0.9.1 # Extension for sending emails
|
3 |
-
|
4 |
-
|
|
|
|
|
|
1 |
+
|
2 |
+
Flask-Mail==0.9.1 # Extension for sending emails
|
3 |
+
Flask==2.1.3
|
4 |
+
requests==2.28.1
|
5 |
+
gunicorn==20.1.0 # Gunicorn is needed for production deployment
|
6 |
+
python-dotenv==0.21.0 # If you're using .env for API keys
|