Update requirements.txt
Browse files- requirements.txt +6 -10
requirements.txt
CHANGED
|
@@ -1,10 +1,6 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
import requests
|
| 8 |
-
import speech_recognition as sr
|
| 9 |
-
import pydub
|
| 10 |
-
from pydub import AudioSegment
|
|
|
|
| 1 |
+
python-telegram-bot
|
| 2 |
+
google-generativeai
|
| 3 |
+
pillow
|
| 4 |
+
python-telegram-bot==13.7
|
| 5 |
+
SpeechRecognition
|
| 6 |
+
pydub
|
|
|
|
|
|
|
|
|
|
|
|