mirror of
https://github.com/scito/extract_otp_secret_keys
synced 2024-10-31 15:20:27 +00:00
19 lines
231 B
TOML
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"
|