Spaces:
Running
Running
Upload requirements.txt
Browse files- requirements.txt +1 -6
requirements.txt
CHANGED
|
@@ -1,8 +1,3 @@
|
|
| 1 |
-
gradio[oauth,mcp]==5.45.0
|
| 2 |
-
fastapi==0.115.2
|
| 3 |
-
uvicorn==0.24.0
|
| 4 |
-
mcp==1.10.1
|
| 5 |
-
smolagents[mcp]>=0.1.0
|
| 6 |
requests>=2.28.0
|
| 7 |
python-dotenv>=1.0.0
|
| 8 |
pydantic>=2.0
|
|
@@ -13,4 +8,4 @@ langchain-community>=0.0.20
|
|
| 13 |
langchain-text-splitters>=0.0.1
|
| 14 |
rank-bm25>=0.2.2
|
| 15 |
markdownify>=0.11.6
|
| 16 |
-
beautifulsoup4>=4.12.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
requests>=2.28.0
|
| 2 |
python-dotenv>=1.0.0
|
| 3 |
pydantic>=2.0
|
|
|
|
| 8 |
langchain-text-splitters>=0.0.1
|
| 9 |
rank-bm25>=0.2.2
|
| 10 |
markdownify>=0.11.6
|
| 11 |
+
beautifulsoup4>=4.12.0
|