jonathanagustin
commited on
Commit
•
41e5e9a
1
Parent(s):
056a3fd
Update requirements.txt
Browse files- requirements.txt +12 -27
requirements.txt
CHANGED
@@ -1,27 +1,12 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
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
|
|
|
1 |
+
certifi
|
2 |
+
gradio
|
3 |
+
imageio
|
4 |
+
imageio-ffmpeg
|
5 |
+
numpy
|
6 |
+
opencv-python-headless
|
7 |
+
Pillow
|
8 |
+
requests
|
9 |
+
streamlink
|
10 |
+
tqdm
|
11 |
+
ultralytics
|
12 |
+
youtube-search-python
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|