Skip to content

Commit 791ab03

Browse files
authored
Add mkdocs-click to dependencies (#343)
1 parent 03fdcc0 commit 791ab03

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

dev-requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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)
2728
click-default-group==1.2.4
@@ -71,6 +72,7 @@ lxml==5.1.0
7172
markdown==3.6
7273
# via
7374
# mkdocs
75+
# mkdocs-click
7476
# mkdocs-material
7577
# pymdown-extensions
7678
markupsafe==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)
9195
mkdocs-macros-plugin==1.0.5
9296
# via pynxtools (pyproject.toml)
9397
mkdocs-material==9.5.15

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ docs = [
4747
"mkdocs-material",
4848
"mkdocs-material-extensions",
4949
"mkdocs-macros-plugin",
50+
"mkdocs-click",
5051
]
5152
dev = [
5253
"mypy",

0 commit comments

Comments
 (0)