Fix: pyproject.toml after Tyler integration
This commit is contained in:
parent
c016482852
commit
3a47ed228f
@ -15,6 +15,7 @@ prettytable = "^3.0.0"
|
|||||||
dpath = "^2.0.5"
|
dpath = "^2.0.5"
|
||||||
diskcache = "^5.4.0"
|
diskcache = "^5.4.0"
|
||||||
mergedeep = "^1.3.4"
|
mergedeep = "^1.3.4"
|
||||||
|
typer = "^0.4.0"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
json-schema-for-humans = "^0.40"
|
json-schema-for-humans = "^0.40"
|
||||||
@ -26,10 +27,12 @@ Sphinx = "^4.4.0"
|
|||||||
myst-parser = "^0.16.1"
|
myst-parser = "^0.16.1"
|
||||||
bash_kernel = "^0.7.2"
|
bash_kernel = "^0.7.2"
|
||||||
jupyter = "^1.0.0"
|
jupyter = "^1.0.0"
|
||||||
|
pandoc = "^2.0.1"
|
||||||
|
pytest = "^6.2.5"
|
||||||
|
|
||||||
[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]
|
||||||
kheops = "kheops.cli:CmdApp"
|
kheops = "kheops.cli:app"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user