Files
extract_otp_secrets/Pipfile
T

32 lines
486 B
TOML
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"
2023-01-03 17:25:13 +01:00
opencv-contrib-python = "*"
2025-11-17 15:13:57 +00:00
numpy = "2.3.5"
# for macOS: opencv-contrib-python = "<=4.7.0"
2023-01-03 17:25:13 +01:00
pillow = "*"
pyzbar = "*"
2023-01-03 17:25:13 +01:00
protobuf = "*"
qrcode = "*"
qreader = "1.3.2"
2022-09-03 18:48:58 +02:00
[dev-packages]
2023-01-03 17:25:13 +01:00
build = "*"
2022-11-19 10:17:44 +01:00
flake8 = "*"
gfm-toc = "*"
mypy = "*"
2023-01-03 17:25:13 +01:00
mypy-protobuf = "*"
2023-04-15 09:29:22 +02:00
nuitka = "*"
2023-01-03 17:25:13 +01:00
pylint = "*"
pytest = "*"
pytest-cov = "*"
pytest-mock = "*"
types-protobuf = "*"
2022-09-03 18:48:58 +02:00
[requires]
2025-11-14 14:02:14 +01:00
python_version = "3.14"