yubioath-flutter/helper/pyproject.toml

29 lines
641 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-06-20 12:14:18 +03:00
fido2 = "^1.0"
2022-02-10 17:24:07 +03:00
mss = "^6.1.0"
2022-06-06 15:58:03 +03:00
zxing-cpp = "^1.3.0"
Pillow = "^9.1.1"
2022-02-10 15:29:20 +03:00
[tool.poetry.dev-dependencies]
2022-06-06 15:58:03 +03:00
pyinstaller = {version = "^5.1", python = "<3.11"}
2022-02-10 15:29:20 +03:00
pytest = "^7.0.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.pytest.ini_options]
testpaths = ["tests"]