From a1f8e010b7eb9656c580ff7a841cfda0cd647d1d Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Thu, 3 Oct 2024 10:43:46 +0530 Subject: [PATCH] qrcode 8.* not available with Python 3.8. Fixed --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 517981688..a7f7eb1c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,7 +40,8 @@ user-agents==2.2.0 pywinpty==2.0.*; sys_platform=="win32" Authlib==1.3.* pyotp==2.* -qrcode==8.* +qrcode==7.*; python_version <= '3.8' +qrcode==8.*; python_version >= '3.9' boto3==1.35.* urllib3==1.26.* azure-mgmt-rdbms==10.1.0