Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +77 -0
requirements.txt
CHANGED
|
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
aiofiles==23.2.1
|
| 2 |
+
annotated-types==0.7.0
|
| 3 |
+
anyio==4.8.0
|
| 4 |
+
beautifulsoup4==4.13.3
|
| 5 |
+
cachetools==5.5.2
|
| 6 |
+
certifi==2025.1.31
|
| 7 |
+
charset-normalizer==3.4.1
|
| 8 |
+
click==8.1.8
|
| 9 |
+
fastapi==0.115.11
|
| 10 |
+
ffmpy==0.5.0
|
| 11 |
+
filelock==3.17.0
|
| 12 |
+
fsspec==2025.3.0
|
| 13 |
+
google==3.0.0
|
| 14 |
+
google-ai-generativelanguage==0.6.15
|
| 15 |
+
google-api-core==2.24.1
|
| 16 |
+
google-api-python-client==2.163.0
|
| 17 |
+
google-auth==2.38.0
|
| 18 |
+
google-auth-httplib2==0.2.0
|
| 19 |
+
google-genai==1.5.0
|
| 20 |
+
google-generativeai==0.8.4
|
| 21 |
+
googleapis-common-protos==1.69.1
|
| 22 |
+
gradio==5.20.1
|
| 23 |
+
gradio_client==1.7.2
|
| 24 |
+
groovy==0.1.2
|
| 25 |
+
grpcio==1.71.0rc2
|
| 26 |
+
grpcio-status==1.71.0rc2
|
| 27 |
+
h11==0.14.0
|
| 28 |
+
httpcore==1.0.7
|
| 29 |
+
httplib2==0.22.0
|
| 30 |
+
httpx==0.28.1
|
| 31 |
+
huggingface-hub==0.29.2
|
| 32 |
+
idna==3.10
|
| 33 |
+
Jinja2==3.1.6
|
| 34 |
+
markdown-it-py==3.0.0
|
| 35 |
+
MarkupSafe==2.1.5
|
| 36 |
+
mdurl==0.1.2
|
| 37 |
+
numpy==2.2.3
|
| 38 |
+
ordered-set==4.1.0
|
| 39 |
+
orjson==3.10.15
|
| 40 |
+
packaging==24.2
|
| 41 |
+
pandas==2.2.3
|
| 42 |
+
pdf2image==1.17.0
|
| 43 |
+
pillow==11.1.0
|
| 44 |
+
proto-plus==1.26.0
|
| 45 |
+
protobuf==5.29.3
|
| 46 |
+
pyasn1==0.6.1
|
| 47 |
+
pyasn1_modules==0.4.1
|
| 48 |
+
pydantic==2.10.6
|
| 49 |
+
pydantic_core==2.27.2
|
| 50 |
+
pydub==0.25.1
|
| 51 |
+
Pygments==2.19.1
|
| 52 |
+
PyLaTeX==1.4.2
|
| 53 |
+
pyparsing==3.2.1
|
| 54 |
+
python-dateutil==2.9.0.post0
|
| 55 |
+
python-multipart==0.0.20
|
| 56 |
+
pytz==2025.1
|
| 57 |
+
PyYAML==6.0.2
|
| 58 |
+
requests==2.32.3
|
| 59 |
+
rich==13.9.4
|
| 60 |
+
rsa==4.9
|
| 61 |
+
ruff==0.9.10
|
| 62 |
+
safehttpx==0.1.6
|
| 63 |
+
semantic-version==2.10.0
|
| 64 |
+
shellingham==1.5.4
|
| 65 |
+
six==1.17.0
|
| 66 |
+
sniffio==1.3.1
|
| 67 |
+
soupsieve==2.6
|
| 68 |
+
starlette==0.46.1
|
| 69 |
+
tomlkit==0.13.2
|
| 70 |
+
tqdm==4.67.1
|
| 71 |
+
typer==0.15.2
|
| 72 |
+
typing_extensions==4.12.2
|
| 73 |
+
tzdata==2025.1
|
| 74 |
+
uritemplate==4.1.1
|
| 75 |
+
urllib3==2.3.0
|
| 76 |
+
uvicorn==0.34.0
|
| 77 |
+
websockets==14.2
|