First working version
This commit is contained in:
24
otpauth_migration_decoder/pyproject.toml
Normal file
24
otpauth_migration_decoder/pyproject.toml
Normal file
@@ -0,0 +1,24 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user