From 3df77bcd3402e1b6bf5c4551a15822d294b9fffc Mon Sep 17 00:00:00 2001 From: BHASKAR KUMAR <84345649+bhaskarkumar1@users.noreply.github.com> Date: Tue, 12 Oct 2021 03:53:46 +0530 Subject: [PATCH] Updated requirements.txt Deleted the Duplicate Module and added Tkinter library as support for GUI. --- requirements.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index ce28810..4938c32 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,8 @@ pygame==2.0.1 -pyttsx3==2.90 SpeechRecognition==3.8.1 wikipedia==1.4.0 PyAudio==0.2.11 -pygame==2.0.1 pyttsx3==2.90 -SpeechRecognition==3.8.1 -wikipedia==1.4.0 +tk #Tkinter library for using GUI support +