Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
dash==3.0.3
|
2 |
dash-bootstrap-components==2.0.2
|
|
|
|
|
3 |
requests
|
4 |
pytube
|
5 |
-
|
6 |
-
moviepy
|
7 |
-
ffmpeg-python
|
8 |
-
openai==0.28
|
|
|
1 |
dash==3.0.3
|
2 |
dash-bootstrap-components==2.0.2
|
3 |
+
pydub
|
4 |
+
openai==0.28.0
|
5 |
requests
|
6 |
pytube
|
7 |
+
moviepy
|
|
|
|
|
|