Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackHC authored Aug 29, 2024
1 parent 8d33e39 commit 7996c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@
"dev": ["check-manifest"],
"test": ["coverage", "codecov", "pytest", "pytest-benchmark", "pytest-cov", "pytest-forked"],
},
setup_requires=["pytest-runner"],
setup_requires=["setuptools>=60.7.0", "pytest-runner"],
)

0 comments on commit 7996c4f

Please sign in to comment.