yubioath-flutter/helper/pyproject.toml

28 lines
562 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-06-21 10:57:10 +03:00
yubikey-manager = "5.1.1"
mss = "^9.0.1"
zxing-cpp = "^2.0.0"
2023-04-11 09:45:44 +03:00
Pillow = "^9.5.0"
2022-02-10 15:29:20 +03:00
[tool.poetry.dev-dependencies]
2023-06-21 10:57:10 +03:00
pyinstaller = {version = "^5.12.0", python = "<3.12"}
pytest = "^7.3.2"
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"]