build: add gradio to requirements.txt
Browse files- requirements.txt +34 -0
requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
aiohappyeyeballs==2.6.1
|
| 2 |
aiohttp==3.12.2
|
| 3 |
aiosignal==1.3.2
|
|
@@ -8,16 +9,27 @@ attrs==25.3.0
|
|
| 8 |
beautifulsoup4==4.13.4
|
| 9 |
certifi==2025.4.26
|
| 10 |
charset-normalizer==3.4.2
|
|
|
|
| 11 |
dataclasses-json==0.6.7
|
| 12 |
distro==1.9.0
|
|
|
|
| 13 |
feedparser==6.0.11
|
|
|
|
|
|
|
| 14 |
frozenlist==1.6.0
|
|
|
|
|
|
|
|
|
|
| 15 |
greenlet==3.2.2
|
|
|
|
| 16 |
h11==0.16.0
|
|
|
|
| 17 |
httpcore==1.0.9
|
| 18 |
httpx==0.28.1
|
| 19 |
httpx-sse==0.4.0
|
|
|
|
| 20 |
idna==3.10
|
|
|
|
| 21 |
jiter==0.10.0
|
| 22 |
jsonpatch==1.33
|
| 23 |
jsonpointer==3.0.0
|
|
@@ -32,7 +44,10 @@ langgraph-checkpoint==2.0.26
|
|
| 32 |
langgraph-prebuilt==0.2.1
|
| 33 |
langgraph-sdk==0.1.70
|
| 34 |
langsmith==0.3.42
|
|
|
|
|
|
|
| 35 |
marshmallow==3.26.1
|
|
|
|
| 36 |
multidict==6.4.4
|
| 37 |
mypy==1.16.0
|
| 38 |
mypy_extensions==1.1.0
|
|
@@ -41,28 +56,47 @@ openai==1.82.0
|
|
| 41 |
orjson==3.10.18
|
| 42 |
ormsgpack==1.10.0
|
| 43 |
packaging==24.2
|
|
|
|
| 44 |
pathspec==0.12.1
|
|
|
|
| 45 |
propcache==0.3.1
|
| 46 |
pydantic==2.11.5
|
| 47 |
pydantic-settings==2.9.1
|
| 48 |
pydantic_core==2.33.2
|
|
|
|
|
|
|
| 49 |
PyMuPDF==1.26.0
|
|
|
|
| 50 |
python-dotenv==1.1.0
|
|
|
|
|
|
|
| 51 |
PyYAML==6.0.2
|
| 52 |
regex==2024.11.6
|
| 53 |
requests==2.32.3
|
| 54 |
requests-toolbelt==1.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
| 55 |
sgmllib3k==1.0.0
|
|
|
|
|
|
|
| 56 |
sniffio==1.3.1
|
| 57 |
soupsieve==2.7
|
| 58 |
SQLAlchemy==2.0.41
|
|
|
|
| 59 |
tenacity==9.1.2
|
| 60 |
tiktoken==0.9.0
|
|
|
|
| 61 |
tqdm==4.67.1
|
|
|
|
| 62 |
typing-inspect==0.9.0
|
| 63 |
typing-inspection==0.4.1
|
| 64 |
typing_extensions==4.13.2
|
|
|
|
| 65 |
urllib3==2.4.0
|
|
|
|
|
|
|
| 66 |
wikipedia==1.4.0
|
| 67 |
xxhash==3.5.0
|
| 68 |
yarl==1.20.0
|
|
|
|
| 1 |
+
aiofiles==24.1.0
|
| 2 |
aiohappyeyeballs==2.6.1
|
| 3 |
aiohttp==3.12.2
|
| 4 |
aiosignal==1.3.2
|
|
|
|
| 9 |
beautifulsoup4==4.13.4
|
| 10 |
certifi==2025.4.26
|
| 11 |
charset-normalizer==3.4.2
|
| 12 |
+
click==8.2.1
|
| 13 |
dataclasses-json==0.6.7
|
| 14 |
distro==1.9.0
|
| 15 |
+
fastapi==0.115.12
|
| 16 |
feedparser==6.0.11
|
| 17 |
+
ffmpy==0.5.0
|
| 18 |
+
filelock==3.18.0
|
| 19 |
frozenlist==1.6.0
|
| 20 |
+
fsspec==2025.5.1
|
| 21 |
+
gradio==5.32.0
|
| 22 |
+
gradio_client==1.10.2
|
| 23 |
greenlet==3.2.2
|
| 24 |
+
groovy==0.1.2
|
| 25 |
h11==0.16.0
|
| 26 |
+
hf-xet==1.1.2
|
| 27 |
httpcore==1.0.9
|
| 28 |
httpx==0.28.1
|
| 29 |
httpx-sse==0.4.0
|
| 30 |
+
huggingface-hub==0.32.3
|
| 31 |
idna==3.10
|
| 32 |
+
Jinja2==3.1.6
|
| 33 |
jiter==0.10.0
|
| 34 |
jsonpatch==1.33
|
| 35 |
jsonpointer==3.0.0
|
|
|
|
| 44 |
langgraph-prebuilt==0.2.1
|
| 45 |
langgraph-sdk==0.1.70
|
| 46 |
langsmith==0.3.42
|
| 47 |
+
markdown-it-py==3.0.0
|
| 48 |
+
MarkupSafe==3.0.2
|
| 49 |
marshmallow==3.26.1
|
| 50 |
+
mdurl==0.1.2
|
| 51 |
multidict==6.4.4
|
| 52 |
mypy==1.16.0
|
| 53 |
mypy_extensions==1.1.0
|
|
|
|
| 56 |
orjson==3.10.18
|
| 57 |
ormsgpack==1.10.0
|
| 58 |
packaging==24.2
|
| 59 |
+
pandas==2.2.3
|
| 60 |
pathspec==0.12.1
|
| 61 |
+
pillow==11.2.1
|
| 62 |
propcache==0.3.1
|
| 63 |
pydantic==2.11.5
|
| 64 |
pydantic-settings==2.9.1
|
| 65 |
pydantic_core==2.33.2
|
| 66 |
+
pydub==0.25.1
|
| 67 |
+
Pygments==2.19.1
|
| 68 |
PyMuPDF==1.26.0
|
| 69 |
+
python-dateutil==2.9.0.post0
|
| 70 |
python-dotenv==1.1.0
|
| 71 |
+
python-multipart==0.0.20
|
| 72 |
+
pytz==2025.2
|
| 73 |
PyYAML==6.0.2
|
| 74 |
regex==2024.11.6
|
| 75 |
requests==2.32.3
|
| 76 |
requests-toolbelt==1.0.0
|
| 77 |
+
rich==14.0.0
|
| 78 |
+
ruff==0.11.12
|
| 79 |
+
safehttpx==0.1.6
|
| 80 |
+
semantic-version==2.10.0
|
| 81 |
sgmllib3k==1.0.0
|
| 82 |
+
shellingham==1.5.4
|
| 83 |
+
six==1.17.0
|
| 84 |
sniffio==1.3.1
|
| 85 |
soupsieve==2.7
|
| 86 |
SQLAlchemy==2.0.41
|
| 87 |
+
starlette==0.46.2
|
| 88 |
tenacity==9.1.2
|
| 89 |
tiktoken==0.9.0
|
| 90 |
+
tomlkit==0.13.2
|
| 91 |
tqdm==4.67.1
|
| 92 |
+
typer==0.16.0
|
| 93 |
typing-inspect==0.9.0
|
| 94 |
typing-inspection==0.4.1
|
| 95 |
typing_extensions==4.13.2
|
| 96 |
+
tzdata==2025.2
|
| 97 |
urllib3==2.4.0
|
| 98 |
+
uvicorn==0.34.3
|
| 99 |
+
websockets==15.0.1
|
| 100 |
wikipedia==1.4.0
|
| 101 |
xxhash==3.5.0
|
| 102 |
yarl==1.20.0
|