commit | c45b71ccd350207d1486bc534607b756c654a82f | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Tue Nov 01 16:06:26 2022 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Wed Nov 02 15:34:58 2022 -0400 |
tree | 3784bb9b82908f43d2756e743ce853f7ab4d26d9 | |
parent | 393f5007dceabf16e80da0b3a3a9fc53f66abb8a [diff] [blame] |
docs: add initial
diff --git a/pyproject.toml b/pyproject.toml index c9ecec9..868d23d 100644 --- a/pyproject.toml +++ b/pyproject.toml
@@ -35,6 +35,10 @@ molecule = "^4.0.1" ansible-core = "^2.13.4" + +[tool.poetry.group.docs.dependencies] +mkdocs-material = "^8.5.7" + [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"