Update requirements.txt
Browse files- requirements.txt +58 -59
requirements.txt
CHANGED
@@ -1,59 +1,58 @@
|
|
1 |
-
aiofiles==23.2.1
|
2 |
-
altair==5.3.0
|
3 |
-
annotated-types==0.6.0
|
4 |
-
anyio==4.3.0
|
5 |
-
attrs==23.2.0
|
6 |
-
certifi==2024.2.2
|
7 |
-
charset-normalizer==3.3.2
|
8 |
-
click==8.1.7
|
9 |
-
fastapi==0.115.7
|
10 |
-
ffmpy==0.3.2
|
11 |
-
filelock==3.14.0
|
12 |
-
fsspec==2024.3.1
|
13 |
-
gradio==5.13.1
|
14 |
-
gradio_client==1.6.0
|
15 |
-
h11==0.14.0
|
16 |
-
httpcore==1.0.5
|
17 |
-
httpx==0.27.0
|
18 |
-
huggingface-hub==0.27.1
|
19 |
-
idna==3.7
|
20 |
-
importlib_resources==6.4.0
|
21 |
-
Jinja2==3.1.3
|
22 |
-
jsonschema==4.22.0
|
23 |
-
jsonschema-specifications==2023.12.1
|
24 |
-
markdown-it-py==3.0.0
|
25 |
-
MarkupSafe==2.1.5
|
26 |
-
mdurl==0.1.2
|
27 |
-
mkl-service==2.4.0
|
28 |
-
orjson==3.10.2
|
29 |
-
plotly==5.22.0
|
30 |
-
pydantic==2.7.1
|
31 |
-
pydantic_core==2.18.2
|
32 |
-
pydub==0.25.1
|
33 |
-
Pygments==2.17.2
|
34 |
-
PyQt5==5.15.10
|
35 |
-
python-multipart==0.0.20
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
wheel==0.41.2
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
+
altair==5.3.0
|
3 |
+
annotated-types==0.6.0
|
4 |
+
anyio==4.3.0
|
5 |
+
attrs==23.2.0
|
6 |
+
certifi==2024.2.2
|
7 |
+
charset-normalizer==3.3.2
|
8 |
+
click==8.1.7
|
9 |
+
fastapi==0.115.7
|
10 |
+
ffmpy==0.3.2
|
11 |
+
filelock==3.14.0
|
12 |
+
fsspec==2024.3.1
|
13 |
+
gradio==5.13.1
|
14 |
+
gradio_client==1.6.0
|
15 |
+
h11==0.14.0
|
16 |
+
httpcore==1.0.5
|
17 |
+
httpx==0.27.0
|
18 |
+
huggingface-hub==0.27.1
|
19 |
+
idna==3.7
|
20 |
+
importlib_resources==6.4.0
|
21 |
+
Jinja2==3.1.3
|
22 |
+
jsonschema==4.22.0
|
23 |
+
jsonschema-specifications==2023.12.1
|
24 |
+
markdown-it-py==3.0.0
|
25 |
+
MarkupSafe==2.1.5
|
26 |
+
mdurl==0.1.2
|
27 |
+
mkl-service==2.4.0
|
28 |
+
orjson==3.10.2
|
29 |
+
plotly==5.22.0
|
30 |
+
pydantic==2.7.1
|
31 |
+
pydantic_core==2.18.2
|
32 |
+
pydub==0.25.1
|
33 |
+
Pygments==2.17.2
|
34 |
+
PyQt5==5.15.10
|
35 |
+
python-multipart==0.0.20
|
36 |
+
PyYAML==6.0.1
|
37 |
+
referencing==0.35.0
|
38 |
+
requests==2.31.0
|
39 |
+
rich==13.7.1
|
40 |
+
rpds-py==0.18.0
|
41 |
+
ruff==0.4.2
|
42 |
+
safehttpx==0.1.6
|
43 |
+
semantic-version==2.10.0
|
44 |
+
setuptools==68.2.2
|
45 |
+
shellingham==1.5.4
|
46 |
+
simpy==4.1.1
|
47 |
+
sniffio==1.3.1
|
48 |
+
starlette==0.45.2
|
49 |
+
tenacity==8.3.0
|
50 |
+
tomlkit==0.12.0
|
51 |
+
toolz==0.12.1
|
52 |
+
tqdm==4.66.2
|
53 |
+
typer==0.12.3
|
54 |
+
typing_extensions==4.11.0
|
55 |
+
urllib3==2.2.1
|
56 |
+
uvicorn==0.29.0
|
57 |
+
websockets==11.0.3
|
58 |
+
wheel==0.41.2
|
|