Skip to content

Commit 8884ed8

Browse files
msch-nutrientclaude
andcommitted
Fix CI: Add build package to dev dependencies
The build job was failing because the 'build' package was missing from the dev dependencies, causing 'python -m build' to fail. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent ac96113 commit 8884ed8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ dev = [
4343
"mypy>=1.0.0",
4444
"ruff>=0.1.0",
4545
"types-requests>=2.25.0",
46+
"build>=1.0.0",
4647
"twine>=4.0.0",
4748
]
4849
docs = [

0 commit comments

Comments
 (0)