Spaces:
Sleeping
Sleeping
Jackie Makhija commited on
Commit ·
9b4c0e5
1
Parent(s): a70c754
Fix: Separate python-dotenv and gunicorn packages
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -2,4 +2,5 @@ flask==3.0.0
|
|
| 2 |
flask-cors==4.0.0
|
| 3 |
databricks-sdk==0.18.0
|
| 4 |
anthropic==0.39.0
|
| 5 |
-
python-dotenv==1.0.
|
|
|
|
|
|
| 2 |
flask-cors==4.0.0
|
| 3 |
databricks-sdk==0.18.0
|
| 4 |
anthropic==0.39.0
|
| 5 |
+
python-dotenv==1.0.0
|
| 6 |
+
gunicorn==21.2.0
|