Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -9
requirements.txt
CHANGED
@@ -1,13 +1,10 @@
|
|
1 |
-
gradio==3.
|
2 |
requests==2.26.0
|
3 |
-
beautifulsoup4==4.10.0
|
4 |
-
lxml==4.6.4
|
5 |
-
httpx==0.18.2
|
6 |
-
httpcore==0.13.6
|
7 |
yt-dlp==2021.12.1
|
8 |
-
gradio==3.2.0
|
9 |
-
beautifulsoup4==4.10.0
|
10 |
-
lxml==4.6.4
|
11 |
httpx==0.18.2
|
12 |
httpcore==0.13.6
|
13 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.1.4
|
2 |
requests==2.26.0
|
|
|
|
|
|
|
|
|
3 |
yt-dlp==2021.12.1
|
|
|
|
|
|
|
4 |
httpx==0.18.2
|
5 |
httpcore==0.13.6
|
6 |
+
logging
|
7 |
+
os
|
8 |
+
re
|
9 |
+
subprocess
|
10 |
+
sys
|