Skip to content

Commit d29061d

Browse files
committed
Fix dev dependencies in pyproject
1 parent 9f32d7f commit d29061d

File tree

2 files changed

+63
-52
lines changed

2 files changed

+63
-52
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Homepage = "https://github.com/duneanalytics/dune-client"
3434
Repository = "https://github.com/duneanalytics/dune-client"
3535
Issues = "https://github.com/duneanalytics/dune-client/issues"
3636

37-
[project.optional-dependencies]
37+
[dependency-groups]
3838
dev = [
3939
"pytest>=7.4.1",
4040
"ruff>=0.13.1",

0 commit comments

Comments
 (0)