add mkdocs to flake

This commit is contained in:
ohdearaugustin 2024-05-31 23:47:36 +02:00
parent ecfe859a2e
commit cd793b2220
2 changed files with 1 additions and 1 deletions

View File

@ -94,6 +94,7 @@
# Docu dependencies
python311
poetry
mkdocs
];
# Add entry to build a docker image with headscale

View File

@ -8,7 +8,6 @@ package-mode = false
[tool.poetry.dependencies]
python = "^3.11"
cairosvg = "^2.7.1,<2.8.0"
mkdocs = "^1.6.0,<1.7.0"
mkdocs-material = "^9.4.14"
mkdocs-minify-plugin = ">=0.7.1,<0.8.0"
pillow = ">=10.1.0,<10.2.0"