Spaces:
Sleeping
Sleeping
as-cle-bert
commited on
Commit
•
54e80fa
1
Parent(s):
35681b3
Update requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
CHANGED
@@ -1,16 +1,19 @@
|
|
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
|
@@ -21,7 +24,9 @@ huggingface-hub==0.26.3
|
|
21 |
idna==3.10
|
22 |
Jinja2==3.1.4
|
23 |
kaleido==0.2.1
|
|
|
24 |
markdown-it-py==3.0.0
|
|
|
25 |
MarkupSafe==2.1.5
|
26 |
mdurl==0.1.2
|
27 |
numpy==2.1.3
|
@@ -34,10 +39,14 @@ pycparser==2.22
|
|
34 |
pydantic==2.10.2
|
35 |
pydantic_core==2.27.1
|
36 |
pydub==0.25.1
|
|
|
37 |
PyGithub==2.5.0
|
38 |
Pygments==2.18.0
|
39 |
PyJWT==2.10.1
|
|
|
|
|
40 |
PyNaCl==1.5.0
|
|
|
41 |
python-dateutil==2.9.0.post0
|
42 |
python-multipart==0.0.12
|
43 |
pytz==2024.2
|
@@ -52,6 +61,8 @@ six==1.16.0
|
|
52 |
sniffio==1.3.1
|
53 |
starlette==0.41.3
|
54 |
tenacity==9.0.0
|
|
|
|
|
55 |
tomlkit==0.12.0
|
56 |
tqdm==4.67.1
|
57 |
typer==0.14.0
|
@@ -59,5 +70,8 @@ typing_extensions==4.12.2
|
|
59 |
tzdata==2024.2
|
60 |
urllib3==2.2.3
|
61 |
uvicorn==0.32.1
|
|
|
|
|
62 |
websockets==12.0
|
63 |
wrapt==1.17.0
|
|
|
|
1 |
aiofiles==23.2.1
|
2 |
annotated-types==0.7.0
|
3 |
anyio==4.6.2.post1
|
4 |
+
Brotli==1.1.0
|
5 |
certifi==2024.8.30
|
6 |
cffi==1.17.1
|
7 |
charset-normalizer==3.4.0
|
8 |
click==8.1.7
|
9 |
cryptography==44.0.0
|
10 |
+
cssselect2==0.7.0
|
11 |
Deprecated==1.2.15
|
12 |
exceptiongroup==1.2.2
|
13 |
fastapi==0.115.5
|
14 |
ffmpy==0.4.0
|
15 |
filelock==3.16.1
|
16 |
+
fonttools==4.55.3
|
17 |
fsspec==2024.10.0
|
18 |
gradio==5.7.1
|
19 |
gradio_client==1.5.0
|
|
|
24 |
idna==3.10
|
25 |
Jinja2==3.1.4
|
26 |
kaleido==0.2.1
|
27 |
+
Markdown==3.7
|
28 |
markdown-it-py==3.0.0
|
29 |
+
markdown_pdf==1.3.2
|
30 |
MarkupSafe==2.1.5
|
31 |
mdurl==0.1.2
|
32 |
numpy==2.1.3
|
|
|
39 |
pydantic==2.10.2
|
40 |
pydantic_core==2.27.1
|
41 |
pydub==0.25.1
|
42 |
+
pydyf==0.11.0
|
43 |
PyGithub==2.5.0
|
44 |
Pygments==2.18.0
|
45 |
PyJWT==2.10.1
|
46 |
+
PyMuPDF==1.24.2
|
47 |
+
PyMuPDFb==1.24.1
|
48 |
PyNaCl==1.5.0
|
49 |
+
pyphen==0.17.0
|
50 |
python-dateutil==2.9.0.post0
|
51 |
python-multipart==0.0.12
|
52 |
pytz==2024.2
|
|
|
61 |
sniffio==1.3.1
|
62 |
starlette==0.41.3
|
63 |
tenacity==9.0.0
|
64 |
+
tinycss2==1.4.0
|
65 |
+
tinyhtml5==2.0.0
|
66 |
tomlkit==0.12.0
|
67 |
tqdm==4.67.1
|
68 |
typer==0.14.0
|
|
|
70 |
tzdata==2024.2
|
71 |
urllib3==2.2.3
|
72 |
uvicorn==0.32.1
|
73 |
+
weasyprint==63.1
|
74 |
+
webencodings==0.5.1
|
75 |
websockets==12.0
|
76 |
wrapt==1.17.0
|
77 |
+
zopfli==0.2.3.post1
|