yubioath-flutter/helper/pyproject.toml
2022-05-06 15:48:53 +02:00

29 lines
682 B
TOML

[tool.poetry]
name = "authenticator-helper"
version = "0.1.0"
description = "Yubico Authenticator Helper"
authors = ["Dain Nilsson <dain@yubico.com>"]
packages = [
{ include = "helper" },
]
[tool.poetry.dependencies]
python = "^3.8"
yubikey-manager = { git = "https://github.com/Yubico/yubikey-manager.git", branch = "next" }
fido2 = {version = "1.0.0rc1", allow-prereleases = true}
mss = "^6.1.0"
zxing-cpp = "^1.2.0"
Pillow = "^8|^9"
[tool.poetry.dev-dependencies]
pyinstaller = {version = "^4.9", python = "<3.11"}
pytest = "^7.0.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.pytest.ini_options]
testpaths = ["tests"]