Spaces:
Running
Running
Commit
·
4f0f202
1
Parent(s):
7d6b1f5
requirements.txt
Browse files- requirements.txt +86 -0
requirements.txt
ADDED
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
+
aiohappyeyeballs==2.6.1
|
3 |
+
aiohttp==3.11.13
|
4 |
+
aiosignal==1.3.2
|
5 |
+
annotated-types==0.7.0
|
6 |
+
anyio==4.8.0
|
7 |
+
attrs==25.2.0
|
8 |
+
cachetools==5.5.2
|
9 |
+
certifi==2025.1.31
|
10 |
+
charset-normalizer==3.4.1
|
11 |
+
click==8.1.8
|
12 |
+
colorama==0.4.6
|
13 |
+
deprecation==2.1.0
|
14 |
+
fastapi==0.115.11
|
15 |
+
ffmpy==0.5.0
|
16 |
+
filelock==3.17.0
|
17 |
+
frozenlist==1.5.0
|
18 |
+
fsspec==2025.3.0
|
19 |
+
google-api-core==2.24.2
|
20 |
+
google-auth==2.38.0
|
21 |
+
google-cloud-core==2.4.3
|
22 |
+
google-cloud-storage==3.1.0
|
23 |
+
google-crc32c==1.6.0
|
24 |
+
google-resumable-media==2.7.2
|
25 |
+
googleapis-common-protos==1.69.1
|
26 |
+
gotrue==2.11.4
|
27 |
+
gradio==5.20.1
|
28 |
+
gradio_client==1.7.2
|
29 |
+
groovy==0.1.2
|
30 |
+
h11==0.14.0
|
31 |
+
h2==4.2.0
|
32 |
+
hpack==4.1.0
|
33 |
+
httpcore==1.0.7
|
34 |
+
httpx==0.28.1
|
35 |
+
huggingface-hub==0.29.3
|
36 |
+
hyperframe==6.1.0
|
37 |
+
idna==3.10
|
38 |
+
Jinja2==3.1.6
|
39 |
+
markdown-it-py==3.0.0
|
40 |
+
MarkupSafe==2.1.5
|
41 |
+
mdurl==0.1.2
|
42 |
+
multidict==6.1.0
|
43 |
+
numpy==2.2.3
|
44 |
+
orjson==3.10.15
|
45 |
+
packaging==24.2
|
46 |
+
pandas==2.2.3
|
47 |
+
pillow==11.1.0
|
48 |
+
postgrest==0.19.3
|
49 |
+
propcache==0.3.0
|
50 |
+
proto-plus==1.26.1
|
51 |
+
protobuf==5.29.3
|
52 |
+
pyasn1==0.6.1
|
53 |
+
pyasn1_modules==0.4.1
|
54 |
+
pydantic==2.10.6
|
55 |
+
pydantic_core==2.27.2
|
56 |
+
pydub==0.25.1
|
57 |
+
Pygments==2.19.1
|
58 |
+
python-dateutil==2.9.0.post0
|
59 |
+
python-dotenv==1.0.1
|
60 |
+
python-multipart==0.0.20
|
61 |
+
pytz==2025.1
|
62 |
+
PyYAML==6.0.2
|
63 |
+
realtime==2.4.1
|
64 |
+
requests==2.32.3
|
65 |
+
rich==13.9.4
|
66 |
+
rsa==4.9
|
67 |
+
ruff==0.9.10
|
68 |
+
safehttpx==0.1.6
|
69 |
+
semantic-version==2.10.0
|
70 |
+
shellingham==1.5.4
|
71 |
+
six==1.17.0
|
72 |
+
sniffio==1.3.1
|
73 |
+
starlette==0.46.1
|
74 |
+
storage3==0.11.3
|
75 |
+
StrEnum==0.4.15
|
76 |
+
supabase==2.13.0
|
77 |
+
supafunc==0.9.3
|
78 |
+
tomlkit==0.13.2
|
79 |
+
tqdm==4.67.1
|
80 |
+
typer==0.15.2
|
81 |
+
typing_extensions==4.12.2
|
82 |
+
tzdata==2025.1
|
83 |
+
urllib3==2.3.0
|
84 |
+
uvicorn==0.34.0
|
85 |
+
websockets==14.2
|
86 |
+
yarl==1.18.3
|