Fix the QR code generation issue for 2FA.
parent
898c7b27df
commit
6101e72552
|
@ -41,7 +41,7 @@ pywinpty==2.0.*; sys_platform=="win32"
|
|||
Authlib==1.3.*
|
||||
pyotp==2.*
|
||||
qrcode==7.*; python_version <= '3.8'
|
||||
qrcode==8.*; python_version >= '3.9'
|
||||
qrcode[pil]==8.*; python_version >= '3.9'
|
||||
boto3==1.35.*
|
||||
urllib3==1.26.*
|
||||
azure-mgmt-rdbms==10.1.0
|
||||
|
|
Loading…
Reference in New Issue