From 2dfaa19adc677f72decd2b272dca7643111b37fa Mon Sep 17 00:00:00 2001 From: Adam Saudagar Date: Sat, 17 Apr 2021 22:02:44 +0530 Subject: [PATCH] added pyzbar and mouse modules to requirement --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c88d6c4..a9b939c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,6 @@ whatsmyip pynput keyboard playsound -event-scheduler \ No newline at end of file +event-scheduler +pyzbar +mouse