yubioath-flutter/helper/pyproject.toml
2022-11-07 11:42:43 +01:00

30 lines
697 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.0.0"
fido2 = "^1.0"
mss = "^6.1.0"
zxing-cpp = { git = "https://github.com/zxing-cpp/zxing-cpp.git", rev = "3cfcc1b", subdirectory="wrappers/python"}
Pillow = "^9.1.1"
cryptography = "!= 38.0.2"
[tool.poetry.dev-dependencies]
pyinstaller = {version = "^5.6.2", python = "<3.12"}
pytest = "^7.2.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.pytest.ini_options]
testpaths = ["tests"]