Files
extract_otp_secrets/Pipfile

21 lines
265 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]
2022-12-24 01:59:35 +01:00
protobuf = "*"
2022-09-03 18:48:58 +02:00
qrcode = "*"
pillow = "*"
2022-12-24 01:59:35 +01:00
qreader = "*"
opencv-python = "*"
2022-09-03 18:48:58 +02:00
[dev-packages]
pytest = "*"
2022-11-19 10:17:44 +01:00
wheel = "*"
flake8 = "*"
pylint = "*"
2022-09-03 18:48:58 +02:00
[requires]
2022-11-27 18:33:21 +01:00
python_version = "3.11"