Spaces:
Runtime error
Runtime error
versiones específicas como 'Flask==2.0.1' y 'Werkzeug==2.0.1'
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
flask==2.0.1
|
2 |
flask-cors==3.0.10
|
3 |
gunicorn==20.1.0
|
4 |
-
python-dotenv==0.19.0
|
|
|
|
1 |
flask==2.0.1
|
2 |
flask-cors==3.0.10
|
3 |
gunicorn==20.1.0
|
4 |
+
python-dotenv==0.19.0
|
5 |
+
werkzeug==2.0.1
|