yubioath-flutter/helper/pyproject.toml

28 lines
559 B
TOML
Raw Normal View History

2022-02-10 15:29:20 +03:00
[tool.poetry]
name = "authenticator-helper"
2022-02-10 15:29:20 +03:00
version = "0.1.0"
description = "Yubico Authenticator Helper"
2022-02-10 15:29:20 +03:00
authors = ["Dain Nilsson <dain@yubico.com>"]
packages = [
{ include = "helper" },
]
2022-02-10 15:29:20 +03:00
[tool.poetry.dependencies]
python = "^3.8"
2023-01-17 16:13:46 +03:00
yubikey-manager = "5.0.1"
2023-01-09 13:12:59 +03:00
mss = "^7.0.0"
zxing-cpp = "^2.0.0"
2022-06-06 15:58:03 +03:00
Pillow = "^9.1.1"
2022-02-10 15:29:20 +03:00
[tool.poetry.dev-dependencies]
2023-03-06 17:53:33 +03:00
pyinstaller = {version = "^5.8", python = "<3.12"}
2022-10-25 17:59:12 +03:00
pytest = "^7.2.0"
2022-02-10 15:29:20 +03:00
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.pytest.ini_options]
testpaths = ["tests"]