mirror of
https://github.com/scito/extract_otp_secret_keys
synced 2024-10-31 15:20:27 +00:00
16 lines
193 B
TOML
16 lines
193 B
TOML
|
[[source]]
|
||
|
url = "https://pypi.org/simple"
|
||
|
verify_ssl = true
|
||
|
name = "pypi"
|
||
|
|
||
|
[packages]
|
||
|
protobuf = "*"
|
||
|
qrcode = "*"
|
||
|
pillow = "*"
|
||
|
|
||
|
[dev-packages]
|
||
|
pytest = "*"
|
||
|
|
||
|
[requires]
|
||
|
python_version = "3.10"
|