Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
streamlit=
|
| 2 |
-
|
| 3 |
-
pydub=
|
| 4 |
-
moviepy=
|
| 5 |
-
|
| 6 |
-
|
|
|
|
| 1 |
+
streamlit>=1.32.0
|
| 2 |
+
gtts>=2.4.0
|
| 3 |
+
pydub>=0.25.1
|
| 4 |
+
moviepy>=1.0.3
|
| 5 |
+
imageio>=2.33.0
|
| 6 |
+
imageio-ffmpeg>=0.4.9
|