Fix: Outdated pyproject.toml

This commit is contained in:
mrjk 2022-01-28 20:33:59 -05:00
parent ca762c3bb4
commit 2968798e38

View File

@ -1,5 +1,5 @@
[tool.poetry] [tool.poetry]
name = "albero" name = "kheops"
version = "0.1.0" version = "0.1.0"
description = "Data trees for Ansible" description = "Data trees for Ansible"
authors = ["Robin Cordier"] authors = ["Robin Cordier"]
@ -13,6 +13,7 @@ anyconfig = "^0.12.0"
python-box = "^5.4.1" python-box = "^5.4.1"
prettytable = "^3.0.0" prettytable = "^3.0.0"
dpath = "^2.0.5" dpath = "^2.0.5"
diskcache = "^5.4.0"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
json-schema-for-humans = "^0.40" json-schema-for-humans = "^0.40"
@ -20,10 +21,12 @@ pylint = "^2.12.2"
black = "^21.12b0" black = "^21.12b0"
mkdocs = "^1.2.3" mkdocs = "^1.2.3"
mkdocs-ivory = "^0.4.6" mkdocs-ivory = "^0.4.6"
Sphinx = "^4.4.0"
myst-parser = "^0.16.1"
[build-system] [build-system]
requires = ["poetry-core>=1.0.0"] requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api" build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts] [tool.poetry.scripts]
albero = "albero.cli:CmdApp" kheops = "kheops.cli:CmdApp"