You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
509 B
24 lines
509 B
[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"
|