mirror of
https://github.com/scito/extract_otp_secret_keys
synced 2024-11-04 12:00:14 +00:00
25 lines
332 B
TOML
25 lines
332 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
protobuf = "*"
|
|
qrcode = "*"
|
|
pillow = "*"
|
|
qreader = "*"
|
|
opencv-python = "*"
|
|
|
|
[dev-packages]
|
|
pytest = "*"
|
|
pytest-mock = "*"
|
|
pytest-cov = "*"
|
|
wheel = "*"
|
|
flake8 = "*"
|
|
pylint = "*"
|
|
mypy = "*"
|
|
types-protobuf = "*"
|
|
|
|
[requires]
|
|
python_version = "3.11"
|