qrcode 8.* not available with Python 3.8. Fixed

This commit is contained in:
Akshay Joshi 2024-10-03 10:43:46 +05:30
parent d924a7fb8d
commit a1f8e010b7

View File

@ -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