Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -7,6 +7,7 @@ google-api-python-client
|
|
| 7 |
oauth2client
|
| 8 |
gspread
|
| 9 |
google-auth
|
| 10 |
-
gTTS==2.3.2
|
| 11 |
-
SpeechRecognition==3.10.0
|
| 12 |
pydub==0.25.1
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
oauth2client
|
| 8 |
gspread
|
| 9 |
google-auth
|
|
|
|
|
|
|
| 10 |
pydub==0.25.1
|
| 11 |
+
gtts==2.4.0
|
| 12 |
+
requests
|
| 13 |
+
|