mirror of
https://github.com/scito/extract_otp_secret_keys
synced 2024-11-10 07:10:40 +00:00
33 lines
549 B
TOML
33 lines
549 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
colorama = ">=0.4.6"
|
|
opencv-contrib-python = "*"
|
|
# for macOS: opencv-contrib-python = "<=4.7.0"
|
|
# for PYTHON <= 3.7: typing_extensions = "*"
|
|
pillow = "*"
|
|
pyzbar = "*"
|
|
protobuf = "*"
|
|
qrcode = "*"
|
|
qreader = "<2.0.0"
|
|
|
|
[dev-packages]
|
|
build = "*"
|
|
flake8 = "*"
|
|
gfm-toc = "*"
|
|
mypy = "*"
|
|
mypy-protobuf = "*"
|
|
pylint = "*"
|
|
pytest = "*"
|
|
pytest-cov = "*"
|
|
pytest-mock = "*"
|
|
setuptools-git-versioning = "*"
|
|
types-protobuf = "*"
|
|
wheel = "*"
|
|
|
|
[requires]
|
|
python_version = "3.11"
|