yubioath-flutter/helper/pyproject.toml

29 lines
682 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"
2022-05-06 09:34:16 +03:00
yubikey-manager = { git = "https://github.com/Yubico/yubikey-manager.git", branch = "next" }
2022-05-05 13:37:21 +03:00
fido2 = {version = "1.0.0rc1", allow-prereleases = true}
2022-02-10 17:24:07 +03:00
mss = "^6.1.0"
zxing-cpp = "^1.2.0"
Pillow = "^8|^9"
2022-02-10 15:29:20 +03:00
[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"]