Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
| 1 |
+
fastapi==0.115.0
|
| 2 |
+
uvicorn==0.30.6
|
| 3 |
+
simple-salesforce==1.12.6
|
| 4 |
+
requests==2.32.3
|
| 5 |
+
pydantic==2.9.2
|
| 6 |
+
python-dotenv==1.0.1
|