Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
mcp[cli]>=1.2.0,<2.0.0
|
| 2 |
+
patchright>=1.49.0
|
| 3 |
+
httpx[http2]>=0.27.0
|
| 4 |
+
trafilatura>=1.12.0
|
| 5 |
+
readability-lxml>=0.8.1
|
| 6 |
+
beautifulsoup4>=4.12.3
|
| 7 |
+
lxml_html_clean>=0.1.1
|
| 8 |
+
markdownify>=0.13.1
|
| 9 |
+
duckduckgo-search>=6.2.0
|
| 10 |
+
pydantic>=2.7.0
|
| 11 |
+
uvicorn>=0.30.0
|
| 12 |
+
starlette>=0.37.0
|