Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -2,7 +2,7 @@ google-api-python-client==2.95.0
|
|
| 2 |
google-auth-oauthlib==1.1.0
|
| 3 |
google-auth==2.23.0
|
| 4 |
edge_tts==6.1.12
|
| 5 |
-
gradio==
|
| 6 |
pydub==0.25.1
|
| 7 |
ffmpeg-python==0.2.0
|
| 8 |
urllib3==1.26.18 # Versi贸n compatible con google-auth
|
|
|
|
| 2 |
google-auth-oauthlib==1.1.0
|
| 3 |
google-auth==2.23.0
|
| 4 |
edge_tts==6.1.12
|
| 5 |
+
gradio==3.41.2 # Versi贸n compatible con urllib3<2.0
|
| 6 |
pydub==0.25.1
|
| 7 |
ffmpeg-python==0.2.0
|
| 8 |
urllib3==1.26.18 # Versi贸n compatible con google-auth
|