Skip to content

Commit c8f9977

Browse files
author
Dev Bear
committed
fix(deps): fix build dep
1 parent 845a565 commit c8f9977

2 files changed

Lines changed: 8 additions & 12 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,10 @@ dependencies = [
1010

1111
[dependency-groups]
1212
dev = [
13+
"build>=1.2.2.post1",
1314
"ruff>=0.11.8",
1415
]
1516

16-
[build-system]
17-
requires = ["build", "setuptools>=42", "wheel"]
18-
build-backend = "setuptools.build_meta"
19-
backend-path = ["."]
20-
2117
[tool.ruff]
2218
target-version = "py313"
2319
line-length = 88

uv.lock

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

0 commit comments

Comments
 (0)