Artificial-superintelligence commited on
Commit
177c7d5
·
verified ·
1 Parent(s): 56ee6a5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -1
requirements.txt CHANGED
@@ -6,4 +6,7 @@ gTTS
6
  ffmpeg-python
7
  numpy # Added to support chunking of audio
8
  indic-transliteration
9
- azure-cognitiveservices-speech
 
 
 
 
6
  ffmpeg-python
7
  numpy # Added to support chunking of audio
8
  indic-transliteration
9
+ azure-cognitiveservices-speech
10
+ Pillow # Required by MoviePy for handling images
11
+ imageio[ffmpeg] # For handling video and audio files
12
+ imagemagick # Ensure ImageMagick is available for MoviePy (install separately if necessary)