Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +69 -0
requirements.txt
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
aiofiles==24.1.0
|
| 2 |
+
annotated-types==0.7.0
|
| 3 |
+
anyio==4.9.0
|
| 4 |
+
attrs==25.3.0
|
| 5 |
+
beautifulsoup4==4.13.4
|
| 6 |
+
bs4==0.0.2
|
| 7 |
+
certifi==2025.8.3
|
| 8 |
+
charset-normalizer==3.4.2
|
| 9 |
+
click==8.2.1
|
| 10 |
+
colorama==0.4.6
|
| 11 |
+
dotenv==0.9.9
|
| 12 |
+
fastapi==0.116.1
|
| 13 |
+
ffmpy==0.6.1
|
| 14 |
+
filelock==3.18.0
|
| 15 |
+
fsspec==2025.7.0
|
| 16 |
+
gradio==5.30.0
|
| 17 |
+
gradio-client==1.10.1
|
| 18 |
+
groovy==0.1.2
|
| 19 |
+
h11==0.16.0
|
| 20 |
+
httpcore==1.0.9
|
| 21 |
+
httpx==0.28.1
|
| 22 |
+
httpx-sse==0.4.1
|
| 23 |
+
huggingface-hub==0.34.3
|
| 24 |
+
idna==3.10
|
| 25 |
+
jinja2==3.1.6
|
| 26 |
+
jsonschema==4.25.0
|
| 27 |
+
jsonschema-specifications==2025.4.1
|
| 28 |
+
markdown-it-py==3.0.0
|
| 29 |
+
markupsafe==3.0.2
|
| 30 |
+
mcp==1.12.3
|
| 31 |
+
mdurl==0.1.2
|
| 32 |
+
numpy==2.2.2
|
| 33 |
+
orjson==3.11.1
|
| 34 |
+
packaging==25.0
|
| 35 |
+
pandas==2.3.1
|
| 36 |
+
pillow==11.3.0
|
| 37 |
+
pydantic==2.11.7
|
| 38 |
+
pydantic-core==2.33.2
|
| 39 |
+
pydantic-settings==2.10.1
|
| 40 |
+
pydub==0.25.1
|
| 41 |
+
pygments==2.19.2
|
| 42 |
+
python-dateutil==2.9.0.post0
|
| 43 |
+
python-dotenv==1.1.1
|
| 44 |
+
python-multipart==0.0.20
|
| 45 |
+
pytz==2025.2
|
| 46 |
+
pywin32==311
|
| 47 |
+
pyyaml==6.0.2
|
| 48 |
+
referencing==0.36.2
|
| 49 |
+
requests==2.32.4
|
| 50 |
+
rich==14.1.0
|
| 51 |
+
rpds-py==0.26.0
|
| 52 |
+
ruff==0.12.7
|
| 53 |
+
safehttpx==0.1.6
|
| 54 |
+
semantic-version==2.10.0
|
| 55 |
+
shellingham==1.5.4
|
| 56 |
+
six==1.17.0
|
| 57 |
+
sniffio==1.3.1
|
| 58 |
+
soupsieve==2.7
|
| 59 |
+
sse-starlette==3.0.2
|
| 60 |
+
starlette==0.47.2
|
| 61 |
+
tomlkit==0.13.3
|
| 62 |
+
tqdm==4.67.1
|
| 63 |
+
typer==0.16.0
|
| 64 |
+
typing-extensions==4.14.1
|
| 65 |
+
typing-inspection==0.4.1
|
| 66 |
+
tzdata==2025.2
|
| 67 |
+
urllib3==2.5.0
|
| 68 |
+
uvicorn==0.35.0
|
| 69 |
+
websockets==15.0.1
|