ilhamap commited on
Commit
3fa923f
·
verified ·
1 Parent(s): f20dbc1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -10
requirements.txt CHANGED
@@ -1,10 +1,6 @@
1
- mport telegram
2
- from telegram import Bot
3
- from telegram.ext import *
4
- import PIL.Image
5
- import os
6
- import google.generativeai as genai
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