yubioath-flutter/helper/pyproject.toml
2023-09-18 13:24:40 +02:00

28 lines
656 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 = "5.2.0"
mss = "^9.0.1"
zxing-cpp = {git = "https://github.com/zxing-cpp/zxing-cpp.git", rev="18a722a", subdirectory = "wrappers/python"}
Pillow = "^10.0.0"
[tool.poetry.dev-dependencies]
pyinstaller = {version = "^5.13.0", python = "<3.12"}
pytest = "^7.4.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.pytest.ini_options]
testpaths = ["tests"]