misukisu commited on
Commit
e6fa78b
·
verified ·
1 Parent(s): f27ffe1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -2
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- mcp[cli]>=1.2.0
2
  patchright>=1.49.0
3
  httpx[http2]>=0.27.0
4
  trafilatura>=1.12.0
@@ -7,4 +7,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
 
 
 
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
 
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