Skip to content

Commit 795c747

Browse files
fix missing dependency
1 parent dd298ef commit 795c747

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ dev = [
7070
"mkdocstrings-python==1.18.2",
7171
"mkdocs-gen-files==0.5.0",
7272
"mkdocs-literate-nav==0.6.2",
73-
"mkdocs-section-index==0.3.10"
73+
"mkdocs-section-index==0.3.10",
74+
"mkdocs-macros-plugin=1.5.0"
7475
]
7576

7677
touchdesigner = [

0 commit comments

Comments
 (0)