Update requirements.txt
Browse files- requirements.txt +8 -3
requirements.txt
CHANGED
@@ -1,3 +1,8 @@
|
|
1 |
-
gradio
|
2 |
-
yt-dlp
|
3 |
-
ffmpeg-python
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.50.2
|
2 |
+
yt-dlp==2023.11.16
|
3 |
+
ffmpeg-python==0.2.0
|
4 |
+
pandas==2.1.3
|
5 |
+
aiohttp==3.9.1
|
6 |
+
aiofiles==23.2.1
|
7 |
+
tqdm==4.66.1
|
8 |
+
tenacity==8.2.3
|