mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-23 18:15:26 +00:00
add mkdocs to flake
This commit is contained in:
parent
ecfe859a2e
commit
cd793b2220
@ -94,6 +94,7 @@
|
|||||||
# Docu dependencies
|
# Docu dependencies
|
||||||
python311
|
python311
|
||||||
poetry
|
poetry
|
||||||
|
mkdocs
|
||||||
];
|
];
|
||||||
|
|
||||||
# Add entry to build a docker image with headscale
|
# Add entry to build a docker image with headscale
|
||||||
|
@ -8,7 +8,6 @@ package-mode = false
|
|||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.11"
|
python = "^3.11"
|
||||||
cairosvg = "^2.7.1,<2.8.0"
|
cairosvg = "^2.7.1,<2.8.0"
|
||||||
mkdocs = "^1.6.0,<1.7.0"
|
|
||||||
mkdocs-material = "^9.4.14"
|
mkdocs-material = "^9.4.14"
|
||||||
mkdocs-minify-plugin = ">=0.7.1,<0.8.0"
|
mkdocs-minify-plugin = ">=0.7.1,<0.8.0"
|
||||||
pillow = ">=10.1.0,<10.2.0"
|
pillow = ">=10.1.0,<10.2.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user