Update requirements.txt
Browse files- requirements.txt +4 -8
requirements.txt
CHANGED
|
@@ -1,18 +1,14 @@
|
|
| 1 |
streamlit==1.45.1
|
| 2 |
openai>=1.80.0
|
| 3 |
-
elevenlabs>=
|
| 4 |
moviepy==1.0.3
|
| 5 |
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 |
-
|
| 12 |
-
pexels_api>=0.1.5 # for Pexels clip downloads
|
| 13 |
google.generativeai
|
| 14 |
-
Pillow==10.2.0
|
| 15 |
numpy
|
| 16 |
-
elevenlabs>=1.2.0
|
| 17 |
-
# pexels-api (still using requests forgenerated_visual_paths[scene_index] = img_path;
|
| 18 |
-
logger.info(f"Visual generated for Pexels for simplicity)
|
|
|
|
| 1 |
streamlit==1.45.1
|
| 2 |
openai>=1.80.0
|
| 3 |
+
elevenlabs>=1.2.0
|
| 4 |
moviepy==1.0.3
|
| 5 |
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 # or whichever Whisper wrapper you prefer
|
| 10 |
requests>=2.32.3
|
| 11 |
+
pexels_api>=0.1.5 # for Pexels clip downloads
|
|
|
|
| 12 |
google.generativeai
|
| 13 |
+
Pillow==10.2.0
|
| 14 |
numpy
|
|
|
|
|
|
|
|
|