Skip to content

Commit b3953a2

Browse files
authored
Add setuptools and wheel dependencies to dev requirements
1 parent e13a553 commit b3953a2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ dev = [
1818
"coverage[toml]>=7.6,<8",
1919
"pytest>=8.0,<10",
2020
"pytest-cov>=6.0,<8",
21+
"setuptools>=68",
22+
"wheel>=0.45",
2123
]
2224

2325
[tool.setuptools]

0 commit comments

Comments
 (0)