Upload folder using huggingface_hub
Browse files- requirements.txt +77 -0
requirements.txt
ADDED
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles == 24.1.0
|
2 |
+
annotated-types == 0.7.0
|
3 |
+
anyio == 4.9.0
|
4 |
+
cachetools == 5.5.2
|
5 |
+
certifi == 2025.4.26
|
6 |
+
charset-normalizer == 3.4.2
|
7 |
+
click == 8.2.1
|
8 |
+
debugpy == 1.8.14
|
9 |
+
fastapi == 0.115.12
|
10 |
+
ffmpy == 0.6.0
|
11 |
+
filelock == 3.18.0
|
12 |
+
fsspec == 2025.5.1
|
13 |
+
google-api-core == 2.25.0
|
14 |
+
google-auth == 2.40.2
|
15 |
+
google-auth-oauthlib == 1.2.2
|
16 |
+
google-cloud-documentai == 3.5.0
|
17 |
+
googleapis-common-protos == 1.70.0
|
18 |
+
gradio == 5.32.1
|
19 |
+
gradio-client == 1.10.2
|
20 |
+
greenlet == 3.2.2
|
21 |
+
groovy == 0.1.2
|
22 |
+
grpcio == 1.72.1
|
23 |
+
grpcio-status == 1.72.1
|
24 |
+
gspread == 6.2.1
|
25 |
+
h11 == 0.16.0
|
26 |
+
hf-xet == 1.1.2
|
27 |
+
httpcore == 1.0.9
|
28 |
+
httpx == 0.28.1
|
29 |
+
huggingface-hub == 0.32.4
|
30 |
+
idna == 3.10
|
31 |
+
jinja2 == 3.1.6
|
32 |
+
markdown-it-py == 3.0.0
|
33 |
+
markupsafe == 3.0.2
|
34 |
+
mdurl == 0.1.2
|
35 |
+
msgpack == 1.1.0
|
36 |
+
nodeenv == 1.9.1
|
37 |
+
numpy == 2.2.6
|
38 |
+
oauthlib == 3.2.2
|
39 |
+
orjson == 3.10.18
|
40 |
+
packaging == 25.0
|
41 |
+
pandas == 2.2.3
|
42 |
+
pillow == 11.2.1
|
43 |
+
proto-plus == 1.26.1
|
44 |
+
protobuf == 6.31.1
|
45 |
+
pyasn1 == 0.6.1
|
46 |
+
pyasn1-modules == 0.4.2
|
47 |
+
pydantic == 2.11.5
|
48 |
+
pydantic-core == 2.33.2
|
49 |
+
pydub == 0.25.1
|
50 |
+
pygments == 2.19.1
|
51 |
+
pynvim == 0.5.2
|
52 |
+
pyright == 1.1.401
|
53 |
+
python-dateutil == 2.9.0.post0
|
54 |
+
python-multipart == 0.0.20
|
55 |
+
pytz == 2025.2
|
56 |
+
pyyaml == 6.0.2
|
57 |
+
requests == 2.32.3
|
58 |
+
requests-oauthlib == 2.0.0
|
59 |
+
rich == 14.0.0
|
60 |
+
rsa == 4.9.1
|
61 |
+
ruff == 0.11.12
|
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 |
+
starlette == 0.46.2
|
68 |
+
tomlkit == 0.13.2
|
69 |
+
tqdm == 4.67.1
|
70 |
+
typer == 0.16.0
|
71 |
+
typing-extensions == 4.14.0
|
72 |
+
typing-inspection == 0.4.1
|
73 |
+
tzdata == 2025.2
|
74 |
+
urllib3 == 2.4.0
|
75 |
+
uvicorn == 0.34.3
|
76 |
+
websockets == 15.0.1
|
77 |
+
|