Skip to content

Commit e5f5544

Browse files
authored
Add setuptools deps for pkg_resources (#131)
1 parent 7c847cc commit e5f5544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy_primer/projects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@ def get_projects() -> list[Project]:
10161016
location="https://github.com/scipy/scipy",
10171017
mypy_cmd="{mypy} scipy",
10181018
pyright_cmd=None,
1019-
deps=["numpy", "pytest", "hypothesis", "types-psutil"],
1019+
deps=["numpy", "pytest", "hypothesis", "setuptools>=71.1", "types-psutil"],
10201020
needs_mypy_plugins=True,
10211021
cost={"mypy": 80},
10221022
),

0 commit comments

Comments
 (0)