Skip to content

Commit 6e777e7

Browse files
MaxGhenisclaude
andcommitted
Fix Makefile and dev dependencies after setup.py removal
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 72f53b8 commit 6e777e7

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,10 @@ build-backend = "hatchling.build"
3939

4040
[project.optional-dependencies]
4141
dev = [
42-
"pytest-timeout", "towncrier>=24.8.0",
43-
42+
"build",
43+
"pytest",
44+
"pytest-timeout",
45+
"towncrier>=24.8.0",
4446
]
4547

4648
[tool.hatch.build.targets.wheel]

0 commit comments

Comments
 (0)