Update requirements.txt
Browse files- requirements.txt +6 -10
requirements.txt
CHANGED
|
@@ -1,12 +1,8 @@
|
|
| 1 |
-
|
| 2 |
-
Pillow
|
| 3 |
-
numpy
|
| 4 |
-
imageio
|
| 5 |
-
imageio-ffmpeg
|
| 6 |
-
gtts
|
| 7 |
-
requests
|
| 8 |
-
huggingface_hub
|
| 9 |
-
google-api-python-client
|
| 10 |
google-auth
|
| 11 |
-
google-auth-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
yt-dlp
|
|
|
|
| 1 |
+
flask
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
google-auth
|
| 3 |
+
google-auth-oauthlib
|
| 4 |
+
google-api-python-client
|
| 5 |
+
requests
|
| 6 |
+
edge-tts
|
| 7 |
+
pexels-api
|
| 8 |
yt-dlp
|