Skip to content

Commit 27e874a

Browse files
committed
Proper dev dependencies
1 parent d3e7497 commit 27e874a

2 files changed

Lines changed: 15 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@ version = "0.1.0"
44
requires-python = ">=3.14"
55
dependencies = [
66
"mkdocs-material>=9.7.0",
7-
"pillow>=12.2.0",
87
"pygments~=2.20.0",
98
"urllib3>=2.7.0",
109
]
1110

1211
# Dependencies are managed from this `pyproject.toml` with `uv`, not `requirements*.txt`.
1312
# Install the project environment with `uv sync` and run tools/scripts with `uv run <command>`.
14-
[tool.uv]
15-
dev-dependencies = [
13+
[dependency-groups]
14+
dev = [
15+
"pillow>=12.2.0",
16+
"PyYAML>=6.0.1"
17+
1618
# Add dev-only tools here when needed; they will be installed by `uv sync`.
1719
]

uv.lock

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

0 commit comments

Comments
 (0)