Spaces:
Running
Running
as-cle-bert
commited on
Commit
•
e6e2a19
1
Parent(s):
495420f
Create requirements.txt
Browse files- requirements.txt +60 -0
requirements.txt
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
+
annotated-types==0.7.0
|
3 |
+
anyio==4.6.2.post1
|
4 |
+
certifi==2024.8.30
|
5 |
+
cffi==1.17.1
|
6 |
+
charset-normalizer==3.4.0
|
7 |
+
click==8.1.7
|
8 |
+
cryptography==44.0.0
|
9 |
+
Deprecated==1.2.15
|
10 |
+
exceptiongroup==1.2.2
|
11 |
+
fastapi==0.115.5
|
12 |
+
ffmpy==0.4.0
|
13 |
+
filelock==3.16.1
|
14 |
+
fsspec==2024.10.0
|
15 |
+
gradio==5.7.1
|
16 |
+
gradio_client==1.5.0
|
17 |
+
h11==0.14.0
|
18 |
+
httpcore==1.0.7
|
19 |
+
httpx==0.28.0
|
20 |
+
huggingface-hub==0.26.3
|
21 |
+
idna==3.10
|
22 |
+
Jinja2==3.1.4
|
23 |
+
markdown-it-py==3.0.0
|
24 |
+
MarkupSafe==2.1.5
|
25 |
+
mdurl==0.1.2
|
26 |
+
numpy==2.1.3
|
27 |
+
orjson==3.10.12
|
28 |
+
packaging==24.2
|
29 |
+
pandas==2.2.3
|
30 |
+
pillow==11.0.0
|
31 |
+
pycparser==2.22
|
32 |
+
pydantic==2.10.2
|
33 |
+
pydantic_core==2.27.1
|
34 |
+
pydub==0.25.1
|
35 |
+
PyGithub==2.5.0
|
36 |
+
Pygments==2.18.0
|
37 |
+
PyJWT==2.10.1
|
38 |
+
PyNaCl==1.5.0
|
39 |
+
python-dateutil==2.9.0.post0
|
40 |
+
python-multipart==0.0.12
|
41 |
+
pytz==2024.2
|
42 |
+
PyYAML==6.0.2
|
43 |
+
requests==2.32.3
|
44 |
+
rich==13.9.4
|
45 |
+
ruff==0.8.1
|
46 |
+
safehttpx==0.1.1
|
47 |
+
semantic-version==2.10.0
|
48 |
+
shellingham==1.5.4
|
49 |
+
six==1.16.0
|
50 |
+
sniffio==1.3.1
|
51 |
+
starlette==0.41.3
|
52 |
+
tomlkit==0.12.0
|
53 |
+
tqdm==4.67.1
|
54 |
+
typer==0.14.0
|
55 |
+
typing_extensions==4.12.2
|
56 |
+
tzdata==2024.2
|
57 |
+
urllib3==2.2.3
|
58 |
+
uvicorn==0.32.1
|
59 |
+
websockets==12.0
|
60 |
+
wrapt==1.17.0
|