File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ click==8.1.7
2222 # via
2323 # click-default-group
2424 # mkdocs
25+ # mkdocs-click
2526 # pip-tools
2627 # pynxtools (pyproject.toml)
2728click-default-group == 1.2.4
@@ -71,6 +72,7 @@ lxml==5.1.0
7172markdown == 3.6
7273 # via
7374 # mkdocs
75+ # mkdocs-click
7476 # mkdocs-material
7577 # pymdown-extensions
7678markupsafe == 2.1.5
@@ -88,6 +90,8 @@ mkdocs==1.5.3
8890 # mkdocs-macros-plugin
8991 # mkdocs-material
9092 # pynxtools (pyproject.toml)
93+ mkdocs-click == 0.8.1
94+ # via pynxtools (pyproject.toml)
9195mkdocs-macros-plugin == 1.0.5
9296 # via pynxtools (pyproject.toml)
9397mkdocs-material == 9.5.15
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ docs = [
4747 " mkdocs-material" ,
4848 " mkdocs-material-extensions" ,
4949 " mkdocs-macros-plugin" ,
50+ " mkdocs-click" ,
5051]
5152dev = [
5253 " mypy" ,
You can’t perform that action at this time.
0 commit comments