Spaces:
Sleeping
Sleeping
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +17 -0
requirements.txt
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi>=0.115
|
| 2 |
+
uvicorn[standard]>=0.30
|
| 3 |
+
chromadb>=0.5
|
| 4 |
+
groq>=0.13
|
| 5 |
+
python-dotenv>=1.0
|
| 6 |
+
pydantic>=2.7
|
| 7 |
+
|
| 8 |
+
# Index building
|
| 9 |
+
duckdb>=1.0
|
| 10 |
+
pandas>=2.0
|
| 11 |
+
pyarrow>=16.0
|
| 12 |
+
beautifulsoup4>=4.12
|
| 13 |
+
lxml>=5.0
|
| 14 |
+
|
| 15 |
+
# Testing
|
| 16 |
+
pytest>=8.0
|
| 17 |
+
httpx>=0.27
|