Skip to content

Commit

Permalink
Fix the QR code generation issue for 2FA.
Browse files Browse the repository at this point in the history
  • Loading branch information
pravesh-sharma authored Oct 18, 2024
1 parent 898c7b2 commit 6101e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6101e72

Please sign in to comment.