mirror of
https://github.com/scito/extract_otp_secrets.git
synced 2025-12-11 17:30:54 +01: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"
|