Spaces:
Runtime error
Runtime error
ReySajju742
commited on
Commit
•
6932277
1
Parent(s):
9a8db3c
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -2,4 +2,4 @@ Flask==2.1.3
|
|
2 |
werkzeug==2.1.2 # Set werkzeug to this version to avoid the import issue
|
3 |
requests==2.28.1
|
4 |
gunicorn==20.1.0
|
5 |
-
python-dotenv==0.
|
|
|
2 |
werkzeug==2.1.2 # Set werkzeug to this version to avoid the import issue
|
3 |
requests==2.28.1
|
4 |
gunicorn==20.1.0
|
5 |
+
python-dotenv==1.0.0 # If you're using .env for API keys
|