extract_otp_secret_keys/Pipfile

33 lines
514 B
Text
Raw Normal View History

2022-09-03 18:48:58 +02:00
[[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"
pillow = "*"
pyzbar = "*"
protobuf = "*"
qrcode = "*"
qreader = "1.3.2"
2022-09-03 18:48:58 +02:00
[dev-packages]
build = "*"
2022-11-19 10:17:44 +01:00
flake8 = "*"
gfm-toc = "*"
mypy = "*"
mypy-protobuf = "*"
nuitka = "*"
pylint = "*"
pytest = "*"
pytest-cov = "*"
pytest-mock = "*"
setuptools-git-versioning = "*"
types-protobuf = "*"
wheel = "*"
2022-09-03 18:48:58 +02:00
[requires]
2022-11-27 18:33:21 +01:00
python_version = "3.11"