mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-21 08:24:14 -06:00
Fix the QR code generation issue for 2FA.
This commit is contained in:
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
Block a user