Updated requirements.txt

Deleted the Duplicate Module and added Tkinter library as support for GUI.
This commit is contained in:
BHASKAR KUMAR 2021-10-12 03:53:46 +05:30 committed by GitHub
parent e4e9f51283
commit 3df77bcd34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,8 @@
pygame==2.0.1 pygame==2.0.1
pyttsx3==2.90
SpeechRecognition==3.8.1 SpeechRecognition==3.8.1
wikipedia==1.4.0 wikipedia==1.4.0
PyAudio==0.2.11 PyAudio==0.2.11
pygame==2.0.1
pyttsx3==2.90 pyttsx3==2.90
SpeechRecognition==3.8.1 tk #Tkinter library for using GUI support
wikipedia==1.4.0