Skip to content

Commit a9a0bdc

Browse files
authored
chore: add setuptools to opt deps (#22)
This PR fixes GitHub actions for unit tests by adding setuptools as they are not pre-installed anymore. python/cpython#95299
1 parent 7871d7b commit a9a0bdc

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
@@ -42,6 +42,7 @@ dev = [
4242
"pytest-xdist ~= 3.3.1",
4343
"respx ~= 0.20.1",
4444
"ruff ~= 0.1.13",
45+
"setuptools >= 68.0.0",
4546
"twine ~= 4.0.2",
4647
]
4748

0 commit comments

Comments
 (0)