Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -2,14 +2,13 @@ gradio
|
|
2 |
playwright
|
3 |
google-api-python-client
|
4 |
edge_tts
|
5 |
-
moviepy==1.0.
|
6 |
pydub
|
7 |
ffmpeg-python
|
8 |
transformers
|
9 |
torch
|
10 |
requests
|
11 |
-
Pillow>=9.5.0 #
|
12 |
google-auth
|
13 |
google-auth-oauthlib
|
14 |
-
google-auth-httplib2
|
15 |
-
scipy # Necesario para el filtro gaussiano en resize_and_blur_video
|
|
|
2 |
playwright
|
3 |
google-api-python-client
|
4 |
edge_tts
|
5 |
+
moviepy==1.0.4 # Versi贸n parcheada para Pillow >=9.0.0
|
6 |
pydub
|
7 |
ffmpeg-python
|
8 |
transformers
|
9 |
torch
|
10 |
requests
|
11 |
+
Pillow>=9.5.0 # Versi贸n compatible con MoviePy
|
12 |
google-auth
|
13 |
google-auth-oauthlib
|
14 |
+
google-auth-httplib2
|
|