Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
huggingface_hub==0.25.2
|
2 |
Flask==2.3.2
|
3 |
-
simple-salesforce==1.12.6
|
4 |
-
python-dotenv==1.0.0
|
5 |
-
gradio==3.32.0 # Ensure compatibility with Flask and the Gradio version you're using
|
|
|
|
|
1 |
Flask==2.3.2
|
2 |
+
simple-salesforce==1.12.6 # Use 1.12.6 as it’s the last version before 1.12.7
|
3 |
+
python-dotenv==1.0.0
|
|