Upload folder using huggingface_hub
Browse files- requirements.txt +85 -4
requirements.txt
CHANGED
@@ -1,4 +1,85 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==24.1.0
|
2 |
+
aiohappyeyeballs==2.6.1
|
3 |
+
aiohttp==3.12.13
|
4 |
+
aiosignal==1.3.2
|
5 |
+
annotated-types==0.7.0
|
6 |
+
anyio==4.9.0
|
7 |
+
attrs==25.3.0
|
8 |
+
boto3==1.38.42
|
9 |
+
botocore==1.38.42
|
10 |
+
certifi==2025.6.15
|
11 |
+
charset-normalizer==3.4.2
|
12 |
+
click==8.2.1
|
13 |
+
distro==1.9.0
|
14 |
+
fastapi==0.115.13
|
15 |
+
ffmpy==0.6.0
|
16 |
+
filelock==3.18.0
|
17 |
+
frozenlist==1.7.0
|
18 |
+
fsspec==2025.5.1
|
19 |
+
gradio==5.34.2
|
20 |
+
gradio-client==1.10.3
|
21 |
+
groovy==0.1.2
|
22 |
+
h11==0.16.0
|
23 |
+
hf-xet==1.1.5
|
24 |
+
httpcore==1.0.9
|
25 |
+
httpx==0.28.1
|
26 |
+
httpx-sse==0.4.0
|
27 |
+
huggingface-hub==0.33.0
|
28 |
+
idna==3.10
|
29 |
+
importlib-metadata==8.7.0
|
30 |
+
jinja2==3.1.6
|
31 |
+
jiter==0.10.0
|
32 |
+
jmespath==1.0.1
|
33 |
+
jsonschema==4.24.0
|
34 |
+
jsonschema-specifications==2025.4.1
|
35 |
+
litellm==1.73.0
|
36 |
+
markdown-it-py==3.0.0
|
37 |
+
markupsafe==3.0.2
|
38 |
+
mcp==1.9.3
|
39 |
+
mdurl==0.1.2
|
40 |
+
multidict==6.5.0
|
41 |
+
numpy==2.3.1
|
42 |
+
openai==1.91.0
|
43 |
+
orjson==3.10.18
|
44 |
+
packaging==25.0
|
45 |
+
pandas==2.3.0
|
46 |
+
pillow==11.2.1
|
47 |
+
propcache==0.3.2
|
48 |
+
pydantic==2.11.7
|
49 |
+
pydantic-core==2.33.2
|
50 |
+
pydantic-settings==2.10.0
|
51 |
+
pydub==0.25.1
|
52 |
+
pygments==2.19.2
|
53 |
+
python-dateutil==2.9.0.post0
|
54 |
+
python-dotenv==1.1.0
|
55 |
+
python-multipart==0.0.20
|
56 |
+
pytz==2025.2
|
57 |
+
pyyaml==6.0.2
|
58 |
+
referencing==0.36.2
|
59 |
+
regex==2024.11.6
|
60 |
+
requests==2.32.4
|
61 |
+
rich==14.0.0
|
62 |
+
rpds-py==0.25.1
|
63 |
+
ruff==0.12.0
|
64 |
+
s3transfer==0.13.0
|
65 |
+
safehttpx==0.1.6
|
66 |
+
semantic-version==2.10.0
|
67 |
+
shellingham==1.5.4
|
68 |
+
six==1.17.0
|
69 |
+
smolagents==1.18.0
|
70 |
+
sniffio==1.3.1
|
71 |
+
sse-starlette==2.3.6
|
72 |
+
starlette==0.46.2
|
73 |
+
tiktoken==0.9.0
|
74 |
+
tokenizers==0.21.1
|
75 |
+
tomlkit==0.13.3
|
76 |
+
tqdm==4.67.1
|
77 |
+
typer==0.16.0
|
78 |
+
typing-extensions==4.14.0
|
79 |
+
typing-inspection==0.4.1
|
80 |
+
tzdata==2025.2
|
81 |
+
urllib3==2.5.0
|
82 |
+
uvicorn==0.34.3
|
83 |
+
websockets==15.0.1
|
84 |
+
yarl==1.20.1
|
85 |
+
zipp==3.23.0
|