Added mkdocs dependency

This commit is contained in:
Cian Hughes
2023-11-06 11:00:20 +00:00
parent 1f312c89c7
commit a01b89e47d
2 changed files with 294 additions and 26 deletions

View File

@@ -27,6 +27,9 @@ pytest = "^7.4.3"
mypy = "^1.6.1"
docker-stubs = {git = "https://github.com/rdozier-work/docker-stubs"}
[tool.poetry.group.docs.dependencies]
mkdocs = "^1.5.3"
[tool.poetry.scripts]
node_deployer = "node_deployer.__main__:main"
debug_node_deployer = "node_deployer.__main__:debug"