Spaces:
Sleeping
Sleeping
Create requirement.txt
Browse files- requirement.txt +13 -0
requirement.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.110.0
|
| 2 |
+
uvicorn[standard]==0.29.0
|
| 3 |
+
|
| 4 |
+
firebase-admin==6.5.0
|
| 5 |
+
pydantic==2.6.4
|
| 6 |
+
python-dotenv==1.0.1
|
| 7 |
+
requests==2.31.0
|
| 8 |
+
|
| 9 |
+
numpy<2.0.0
|
| 10 |
+
sentence-transformers==2.6.1
|
| 11 |
+
torch
|
| 12 |
+
|
| 13 |
+
python-multipart
|