From 6101e72552eae5a81fba16204845b13ebc3608cb Mon Sep 17 00:00:00 2001 From: Pravesh Sharma Date: Fri, 18 Oct 2024 19:34:31 +0530 Subject: [PATCH] Fix the QR code generation issue for 2FA. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a7f7eb1c7..807d4322b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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