From 961ae8c8457800986e6a25b029fe371fe03a608b Mon Sep 17 00:00:00 2001 From: xBytez Date: Wed, 2 Oct 2019 23:43:28 +0200 Subject: [PATCH] Pin dependencies to make sure the script stays functional. --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b353458..137d313 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ -pyotp -requests \ No newline at end of file +pyotp==2.3.0 +pyqrcode==1.2.1 +requests==2.22.0 \ No newline at end of file