adds swagger-ui-tag python dep to render swagger ui, updates mkdocs to include new page

This commit is contained in:
Mose Müller
2024-07-25 16:37:41 +02:00
parent 95d29ee4e8
commit 9ce0c93954
3 changed files with 51 additions and 2 deletions

View File

@ -41,6 +41,7 @@ mkdocs = "^1.5.2"
mkdocs-include-markdown-plugin = "^3.9.1"
mkdocstrings = "^0.22.0"
pymdown-extensions = "^10.1"
mkdocs-swagger-ui-tag = "^0.6.10"
[build-system]
requires = ["poetry-core"]