feat: update requirement
Browse files- requirements.txt +19 -2
requirements.txt
CHANGED
|
@@ -2,6 +2,8 @@ annotated-types==0.7.0
|
|
| 2 |
anyio==4.10.0
|
| 3 |
attrs==25.3.0
|
| 4 |
Authlib==1.6.3
|
|
|
|
|
|
|
| 5 |
certifi==2025.8.3
|
| 6 |
cffi==2.0.0
|
| 7 |
charset-normalizer==3.4.3
|
|
@@ -12,14 +14,21 @@ cyclopts==3.24.0
|
|
| 12 |
dnspython==2.8.0
|
| 13 |
docstring_parser==0.17.0
|
| 14 |
docutils==0.22
|
|
|
|
| 15 |
email-validator==2.3.0
|
| 16 |
exceptiongroup==1.3.0
|
| 17 |
fastapi==0.116.1
|
| 18 |
fastmcp==2.12.3
|
|
|
|
|
|
|
|
|
|
| 19 |
h11==0.16.0
|
|
|
|
|
|
|
| 20 |
httpcore==1.0.9
|
| 21 |
httpx==0.28.1
|
| 22 |
httpx-sse==0.4.1
|
|
|
|
| 23 |
idna==3.10
|
| 24 |
isodate==0.7.2
|
| 25 |
Jinja2==3.1.6
|
|
@@ -32,20 +41,27 @@ MarkupSafe==3.0.2
|
|
| 32 |
mcp==1.14.0
|
| 33 |
mdurl==0.1.2
|
| 34 |
more-itertools==10.8.0
|
|
|
|
| 35 |
openapi-core==0.19.5
|
| 36 |
openapi-pydantic==0.5.1
|
| 37 |
openapi-schema-validator==0.6.3
|
| 38 |
openapi-spec-validator==0.7.2
|
|
|
|
|
|
|
| 39 |
parse==1.20.2
|
| 40 |
pathable==0.4.4
|
|
|
|
| 41 |
pycparser==2.23
|
| 42 |
pydantic==2.11.9
|
| 43 |
pydantic-settings==2.10.1
|
| 44 |
pydantic_core==2.33.2
|
|
|
|
| 45 |
Pygments==2.19.2
|
| 46 |
pyperclip==1.9.0
|
|
|
|
| 47 |
python-dotenv==1.1.1
|
| 48 |
python-multipart==0.0.20
|
|
|
|
| 49 |
PyYAML==6.0.2
|
| 50 |
referencing==0.36.2
|
| 51 |
requests==2.32.5
|
|
@@ -56,13 +72,14 @@ rpds-py==0.27.1
|
|
| 56 |
selectolax==0.3.34
|
| 57 |
six==1.17.0
|
| 58 |
sniffio==1.3.1
|
|
|
|
| 59 |
sse-starlette==3.0.2
|
| 60 |
starlette==0.47.3
|
| 61 |
stockfish==3.28.0
|
|
|
|
| 62 |
typing-inspection==0.4.1
|
| 63 |
typing_extensions==4.15.0
|
|
|
|
| 64 |
urllib3==2.5.0
|
| 65 |
uvicorn==0.35.0
|
| 66 |
Werkzeug==3.1.1
|
| 67 |
-
pandas,
|
| 68 |
-
bs4,
|
|
|
|
| 2 |
anyio==4.10.0
|
| 3 |
attrs==25.3.0
|
| 4 |
Authlib==1.6.3
|
| 5 |
+
beautifulsoup4==4.13.5
|
| 6 |
+
bs4==0.0.2
|
| 7 |
certifi==2025.8.3
|
| 8 |
cffi==2.0.0
|
| 9 |
charset-normalizer==3.4.3
|
|
|
|
| 14 |
dnspython==2.8.0
|
| 15 |
docstring_parser==0.17.0
|
| 16 |
docutils==0.22
|
| 17 |
+
dol==0.3.20
|
| 18 |
email-validator==2.3.0
|
| 19 |
exceptiongroup==1.3.0
|
| 20 |
fastapi==0.116.1
|
| 21 |
fastmcp==2.12.3
|
| 22 |
+
filelock==3.19.1
|
| 23 |
+
fsspec==2025.9.0
|
| 24 |
+
greenlet==3.2.4
|
| 25 |
h11==0.16.0
|
| 26 |
+
hf==0.0.8
|
| 27 |
+
hf-xet==1.1.10
|
| 28 |
httpcore==1.0.9
|
| 29 |
httpx==0.28.1
|
| 30 |
httpx-sse==0.4.1
|
| 31 |
+
huggingface-hub==0.34.4
|
| 32 |
idna==3.10
|
| 33 |
isodate==0.7.2
|
| 34 |
Jinja2==3.1.6
|
|
|
|
| 41 |
mcp==1.14.0
|
| 42 |
mdurl==0.1.2
|
| 43 |
more-itertools==10.8.0
|
| 44 |
+
numpy==2.3.3
|
| 45 |
openapi-core==0.19.5
|
| 46 |
openapi-pydantic==0.5.1
|
| 47 |
openapi-schema-validator==0.6.3
|
| 48 |
openapi-spec-validator==0.7.2
|
| 49 |
+
packaging==25.0
|
| 50 |
+
pandas==2.3.2
|
| 51 |
parse==1.20.2
|
| 52 |
pathable==0.4.4
|
| 53 |
+
playwright==1.55.0
|
| 54 |
pycparser==2.23
|
| 55 |
pydantic==2.11.9
|
| 56 |
pydantic-settings==2.10.1
|
| 57 |
pydantic_core==2.33.2
|
| 58 |
+
pyee==13.0.0
|
| 59 |
Pygments==2.19.2
|
| 60 |
pyperclip==1.9.0
|
| 61 |
+
python-dateutil==2.9.0.post0
|
| 62 |
python-dotenv==1.1.1
|
| 63 |
python-multipart==0.0.20
|
| 64 |
+
pytz==2025.2
|
| 65 |
PyYAML==6.0.2
|
| 66 |
referencing==0.36.2
|
| 67 |
requests==2.32.5
|
|
|
|
| 72 |
selectolax==0.3.34
|
| 73 |
six==1.17.0
|
| 74 |
sniffio==1.3.1
|
| 75 |
+
soupsieve==2.8
|
| 76 |
sse-starlette==3.0.2
|
| 77 |
starlette==0.47.3
|
| 78 |
stockfish==3.28.0
|
| 79 |
+
tqdm==4.67.1
|
| 80 |
typing-inspection==0.4.1
|
| 81 |
typing_extensions==4.15.0
|
| 82 |
+
tzdata==2025.2
|
| 83 |
urllib3==2.5.0
|
| 84 |
uvicorn==0.35.0
|
| 85 |
Werkzeug==3.1.1
|
|
|
|
|
|