Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -6,12 +6,11 @@ imageio-ffmpeg>=0.6.0
|
|
6 |
ffmpeg-python>=0.2.0
|
7 |
pydub>=0.25.1
|
8 |
reportlab>=4.4.0
|
9 |
-
whisper-openai>=1.0.0
|
10 |
requests>=2.32.3
|
11 |
-
pexels_api>=0.1.5
|
12 |
google.generativeai
|
13 |
Pillow==10.2.0
|
14 |
numpy
|
15 |
runwayml
|
16 |
-
streamlit-sortable
|
17 |
-
|
|
|
6 |
ffmpeg-python>=0.2.0
|
7 |
pydub>=0.25.1
|
8 |
reportlab>=4.4.0
|
9 |
+
whisper-openai>=1.0.0
|
10 |
requests>=2.32.3
|
11 |
+
pexels_api>=0.1.5
|
12 |
google.generativeai
|
13 |
Pillow==10.2.0
|
14 |
numpy
|
15 |
runwayml
|
16 |
+
streamlit-sortable
|
|