Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi==0.115.0
|
2 |
+
uvicorn==0.30.6
|
3 |
+
pydantic==2.9.2
|
4 |
+
reportlab==4.2.2
|
5 |
+
numpy==1.26.4
|
6 |
+
huggingface_hub==0.25.1
|
7 |
+
simple-salesforce==1.12.6
|
8 |
+
python-dotenv==1.0.1
|