Maaz1 commited on
Commit
4882ac4
·
verified ·
1 Parent(s): eeb6eb9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -2
requirements.txt CHANGED
@@ -5,7 +5,7 @@ tqdm==4.66.1
5
 
6
  # Video and audio processing
7
  ffmpeg-python==0.2.0
8
- moviepy==1.0.3
9
  pydub==0.25.1
10
 
11
  # Speech recognition and text-to-speech
@@ -14,7 +14,10 @@ gTTS==2.3.2
14
 
15
  # Translation and subtitle handling
16
  deep-translator==1.9.2
17
- pysrt==1.1.2
 
 
 
18
 
19
  # Utility packages
20
  loguru==0.7.2
 
5
 
6
  # Video and audio processing
7
  ffmpeg-python==0.2.0
8
+ #moviepy==1.0.3
9
  pydub==0.25.1
10
 
11
  # Speech recognition and text-to-speech
 
14
 
15
  # Translation and subtitle handling
16
  deep-translator==1.9.2
17
+ #pysrt==1.1.2
18
+
19
+ moviepy==1.0.3 --prefer-binary
20
+ pysrt==1.1.2 --prefer-binary
21
 
22
  # Utility packages
23
  loguru==0.7.2