require qreader < 2.0.0 due to breaking changes

- add more classifiers
This commit is contained in:
scito
2023-01-15 10:20:41 +01:00
committed by Roland Kurmann
parent ff9401687e
commit e0588285c9
4 changed files with 21 additions and 18 deletions

View File

@@ -16,6 +16,8 @@ classifiers = [
"Environment :: Win32 (MS Windows)",
"Topic :: System :: Archiving :: Backup",
"Topic :: Utilities",
"Topic :: Security",
"Topic :: Multimedia :: Graphics :: Capture :: Digital Camera",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
@@ -27,6 +29,7 @@ classifiers = [
"Programming Language :: Python",
"Natural Language :: English",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Typing :: Typed",
]
dependencies = [
"colorama>=0.4.6",
@@ -36,7 +39,7 @@ dependencies = [
"protobuf",
"pyzbar",
"qrcode",
"qreader",
"qreader<2.0.0",
"typing_extensions; python_version<='3.7'",
]
description = "Extracts one time password (OTP) secrets from QR codes exported by two-factor authentication (2FA) apps such as 'Google Authenticator'"