ci: tryout downgrade opencv for macos

This commit is contained in:
scito
2022-12-30 18:51:13 +01:00
parent 652ecf57f0
commit 7eb6f036ab
2 changed files with 4 additions and 2 deletions

View File

@@ -34,7 +34,8 @@ dependencies = [
"Pillow",
"qreader",
"pyzbar",
"opencv-python",
"opencv-python<=4.7.0; sys_platform == 'darwin'",
"opencv-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"