Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +10 -2
requirements.txt
CHANGED
@@ -8,9 +8,17 @@ moviepy
|
|
8 |
scipy
|
9 |
numpy
|
10 |
regex
|
|
|
|
|
11 |
opencv-python-headless
|
12 |
imageio
|
13 |
imageio-ffmpeg
|
|
|
|
|
14 |
soundfile
|
15 |
-
|
16 |
-
|
|
|
|
|
|
|
|
|
|
8 |
scipy
|
9 |
numpy
|
10 |
regex
|
11 |
+
|
12 |
+
# Additional dependencies for handling image and video processing
|
13 |
opencv-python-headless
|
14 |
imageio
|
15 |
imageio-ffmpeg
|
16 |
+
|
17 |
+
# Additional dependencies for audio processing
|
18 |
soundfile
|
19 |
+
|
20 |
+
# Utilities for managing imports and compatibility
|
21 |
+
importlib-metadata
|
22 |
+
|
23 |
+
# Missing dependencies from your code
|
24 |
+
moviepy-editor
|