Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +27 -12
requirements.txt
CHANGED
@@ -1,12 +1,27 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
+
annotated-types==0.7.0
|
3 |
+
authlib==1.3.2
|
4 |
+
fastapi==0.115.0
|
5 |
+
ffmpy==0.4.0
|
6 |
+
gradio==4.44.0
|
7 |
+
gradio-client==1.3.0
|
8 |
+
httpcore==1.0.5
|
9 |
+
httpx<0.24.0,>=0.23.3
|
10 |
+
importlib-resources==6.4.5
|
11 |
+
innertube==2.1.16
|
12 |
+
itsdangerous==2.2.0
|
13 |
+
orjson==3.10.7
|
14 |
+
psutil==5.9.8
|
15 |
+
pydantic==2.9.2
|
16 |
+
pydantic-core==2.23.4
|
17 |
+
pydub==0.25.1
|
18 |
+
python-multipart==0.0.12
|
19 |
+
ruff==0.6.8
|
20 |
+
semantic-version==2.10.0
|
21 |
+
shellingham==1.5.4
|
22 |
+
spaces==0.30.2
|
23 |
+
starlette==0.38.6
|
24 |
+
tomlkit==0.12.0
|
25 |
+
typer==0.12.5
|
26 |
+
uvicorn==0.31.0
|
27 |
+
websockets==12.0
|