Skip to content

Commit e05f727

Browse files
committed
build(api): add docs group to dev groups
1 parent 86e93b4 commit e05f727

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

api/pyproject.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,18 @@ dependencies = [
4141
[dependency-groups]
4242
test = ["pytest~=7.4", "pytest-asyncio~=0.21", "pytest-mock~=3.11"]
4343
lint = ["pyright>=1.1.406", "ruff>=0.7"]
44-
dev = [
45-
"strawberry-graphql[debug-server, fastapi]~=0.195",
46-
{ include-group = "lint" },
47-
{ include-group = "test" },
48-
]
4944
docs = [
5045
"mkdocs>=1.6.1",
5146
"mkdocs-material>=9.7.0",
5247
"mkdocstrings[python]>=0.30.1",
5348
"mkdocs-api-autonav>=0.4.0",
5449
]
50+
dev = [
51+
"strawberry-graphql[debug-server, fastapi]~=0.195",
52+
{ include-group = "docs" },
53+
{ include-group = "lint" },
54+
{ include-group = "test" },
55+
]
5556

5657
[tool.uv]
5758
default-groups = []

api/uv.lock

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)