extract_otp_secret_keys/Pipfile
2022-11-27 18:33:21 +01:00

19 lines
231 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
protobuf = "*"
qrcode = "*"
pillow = "*"
[dev-packages]
pytest = "*"
wheel = "*"
flake8 = "*"
pylint = "*"
[requires]
python_version = "3.11"