Maaz1 commited on
Commit
95c8690
·
verified ·
1 Parent(s): 8875268

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -8
requirements.txt CHANGED
@@ -3,20 +3,20 @@ gradio==3.50.2
3
  python-dotenv==1.0.0
4
  tqdm==4.66.1
5
 
6
- # Video and audio processing (WITH BINARY FLAGS)
7
  ffmpeg-python==0.2.0
8
- moviepy==1.0.3 --only-binary=:all:
9
  pydub==0.25.1
10
- imageio==2.31.1 --only-binary=:all:
11
- imageio-ffmpeg==0.4.8 --only-binary=:all:
12
 
13
- # Speech recognition and text-to-speech
14
  assemblyai==0.15.1
15
  gTTS==2.3.2
16
 
17
- # Translation and subtitle handling
18
  deep-translator==1.9.2
19
- pysrt==1.1.2 --only-binary=:all:
20
 
21
- # Utility packages
22
  loguru==0.7.2
 
3
  python-dotenv==1.0.0
4
  tqdm==4.66.1
5
 
6
+ # Video/audio processing (USE THESE EXACT VERSIONS)
7
  ffmpeg-python==0.2.0
8
+ moviepy==1.0.0 # Version that actually exists
9
  pydub==0.25.1
10
+ imageio==2.31.1
11
+ imageio-ffmpeg==0.4.8
12
 
13
+ # Speech processing
14
  assemblyai==0.15.1
15
  gTTS==2.3.2
16
 
17
+ # Translation
18
  deep-translator==1.9.2
19
+ pysrt==1.1.2
20
 
21
+ # Utilities
22
  loguru==0.7.2