fix problem of outdated colorama

This commit is contained in:
scito
2023-01-01 01:22:06 +01:00
parent 91b9b3671c
commit 13fcdcd022
6 changed files with 8 additions and 10 deletions

View File

@@ -37,7 +37,7 @@ dependencies = [
"opencv-contrib-python<=4.7.0; sys_platform == 'darwin'",
"opencv-contrib-python; sys_platform != 'darwin'",
"typing_extensions; python_version<='3.7'",
"colorama",
"colorama>=0.4.6",
]
description = "Extract two-factor authentication (2FA, TFA, OTP) secret keys from export QR codes of 'Google Authenticator' app"
dynamic = ["version"]