Skip to content

Commit d4ff909

Browse files
committed
fix: docs dependency
1 parent e33470a commit d4ff909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ description = "Monorepo for Satellite Tasking API (STAPI) Specification Python p
55
readme = "README.md"
66
requires-python = ">=3.10"
77
dependencies = [
8-
"mkdocstrings-python>=1.16.8",
98
"stapi-pydantic",
109
]
1110

@@ -17,6 +16,7 @@ dev = [
1716
]
1817
docs = [
1918
"mkdocs-material>=9.6.11",
19+
"mkdocstrings-python>=1.16.8",
2020
]
2121

2222
[tool.uv]

0 commit comments

Comments
 (0)