25 lines
509 B
TOML
25 lines
509 B
TOML
[tool.poetry]
|
|
name = "otpauth-migration-decoder"
|
|
version = "0.1.1"
|
|
description = "Convert otpauth-migration to plain link"
|
|
authors = ["digitalduke <digitalduke@gmail.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.9"
|
|
protobuf = "^3.17.3"
|
|
click = "^8.0.1"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
Nuitka = "^0.6.15"
|
|
isort = "^5.9.1"
|
|
pytest = "*"
|
|
pytest-cov = "*"
|
|
tox = "*"
|
|
tox-poetry = "*"
|
|
mypy = "^0.910"
|
|
types-protobuf = "*"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|