Skip to content

Commit 57347eb

Browse files
mdzclaude
andcommitted
Migrate dev dependencies to [dependency-groups]
Allows `uv sync --dev` to work as expected instead of requiring `--extra dev`. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent df33faf commit 57347eb

2 files changed

Lines changed: 482 additions & 467 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = [
1212
"python-dateutil>=2.8.1"
1313
]
1414

15-
[project.optional-dependencies]
15+
[dependency-groups]
1616
dev = [
1717
"pytest",
1818
"pytest-asyncio",

0 commit comments

Comments
 (0)