Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
CHANGED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|
| 4 |
+
openai==0.28.0
|
| 5 |
+
|
| 6 |
+
datasets
|
| 7 |
+
huggingface-hub>=0.19
|
| 8 |
+
hf-transfer>=0.1.4
|
| 9 |
+
protobuf<4
|
| 10 |
+
click>=8.1.3 # Updated version to match Flask's requirement
|
| 11 |
+
pydantic~=1.0
|