extract_otp_secret_keys/Pipfile

33 lines
517 B
TOML
Raw Normal View History

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