Spaces:
Sleeping
Sleeping
jteng2127
commited on
Commit
·
37aef8a
1
Parent(s):
12d1ae3
add requirements
Browse files- requirements.txt +83 -1
requirements.txt
CHANGED
@@ -1 +1,83 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
+
annotated-types==0.7.0
|
3 |
+
anyio==4.8.0
|
4 |
+
audioop-lts==0.2.1
|
5 |
+
Brotli==1.1.0
|
6 |
+
cachetools==5.5.2
|
7 |
+
certifi==2025.1.31
|
8 |
+
cffi==1.17.1
|
9 |
+
charset-normalizer==3.4.1
|
10 |
+
click==8.1.8
|
11 |
+
cssselect2==0.7.0
|
12 |
+
fastapi==0.115.8
|
13 |
+
ffmpy==0.5.0
|
14 |
+
filelock==3.17.0
|
15 |
+
fonttools==4.56.0
|
16 |
+
fsspec==2025.2.0
|
17 |
+
google-ai-generativelanguage==0.6.15
|
18 |
+
google-api-core==2.24.1
|
19 |
+
google-api-python-client==2.161.0
|
20 |
+
google-auth==2.38.0
|
21 |
+
google-auth-httplib2==0.2.0
|
22 |
+
google-generativeai==0.8.4
|
23 |
+
googleapis-common-protos==1.68.0
|
24 |
+
gradio==5.17.1
|
25 |
+
gradio_client==1.7.1
|
26 |
+
grpcio==1.70.0
|
27 |
+
grpcio-status==1.70.0
|
28 |
+
h11==0.14.0
|
29 |
+
httpcore==1.0.7
|
30 |
+
httplib2==0.22.0
|
31 |
+
httpx==0.28.1
|
32 |
+
huggingface-hub==0.29.1
|
33 |
+
idna==3.10
|
34 |
+
Jinja2==3.1.5
|
35 |
+
Markdown==3.7
|
36 |
+
markdown-it-py==3.0.0
|
37 |
+
MarkupSafe==2.1.5
|
38 |
+
mdurl==0.1.2
|
39 |
+
numpy==2.2.3
|
40 |
+
orjson==3.10.15
|
41 |
+
packaging==24.2
|
42 |
+
pandas==2.2.3
|
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 |
+
pycparser==2.22
|
49 |
+
pydantic==2.10.6
|
50 |
+
pydantic_core==2.27.2
|
51 |
+
pydub==0.25.1
|
52 |
+
pydyf==0.11.0
|
53 |
+
Pygments==2.19.1
|
54 |
+
pyparsing==3.2.1
|
55 |
+
pyphen==0.17.2
|
56 |
+
python-dateutil==2.9.0.post0
|
57 |
+
python-multipart==0.0.20
|
58 |
+
pytz==2025.1
|
59 |
+
PyYAML==6.0.2
|
60 |
+
requests==2.32.3
|
61 |
+
rich==13.9.4
|
62 |
+
rsa==4.9
|
63 |
+
ruff==0.9.7
|
64 |
+
safehttpx==0.1.6
|
65 |
+
semantic-version==2.10.0
|
66 |
+
shellingham==1.5.4
|
67 |
+
six==1.17.0
|
68 |
+
sniffio==1.3.1
|
69 |
+
starlette==0.45.3
|
70 |
+
tinycss2==1.4.0
|
71 |
+
tinyhtml5==2.0.0
|
72 |
+
tomlkit==0.13.2
|
73 |
+
tqdm==4.67.1
|
74 |
+
typer==0.15.1
|
75 |
+
typing_extensions==4.12.2
|
76 |
+
tzdata==2025.1
|
77 |
+
uritemplate==4.1.1
|
78 |
+
urllib3==2.3.0
|
79 |
+
uvicorn==0.34.0
|
80 |
+
weasyprint==64.1
|
81 |
+
webencodings==0.5.1
|
82 |
+
websockets==14.2
|
83 |
+
zopfli==0.2.3.post1
|