extract_otp_secret_keys/Pipfile

32 lines
486 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 = "*"
numpy = "2.3.5"
# 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 = "*"
types-protobuf = "*"
2022-09-03 18:48:58 +02:00
[requires]
python_version = "3.14"