allow to choose qr reader for images

This commit is contained in:
scito
2022-12-31 15:41:37 +01:00
parent 2dea161cdc
commit 1f04dd71e2
12 changed files with 112 additions and 29 deletions

View File

@@ -34,8 +34,8 @@ dependencies = [
"Pillow",
"qreader",
"pyzbar",
"opencv-python<=4.7.0; sys_platform == 'darwin'",
"opencv-python; sys_platform != 'darwin'",
"opencv-contrib-python<=4.7.0; sys_platform == 'darwin'",
"opencv-contrib-python; sys_platform != 'darwin'",
"typing_extensions; python_version<='3.7'",
]
description = "Extract two-factor authentication (2FA, TFA, OTP) secret keys from export QR codes of 'Google Authenticator' app"