Skip to content

Commit 451debd

Browse files
authored
Remove unnecessary install_requires on setuptools (#41)
Remove the explicit runtime dependency on setuptools. None of the packages installed by setuptools seem to be used by the package. While arguably the pytest entry point might require setuptools but then the dependency belongs (and is present) in pytest, especially that a future version may use a different entry point loader.
1 parent 9a18fc1 commit 451debd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
)
1616

1717
install_requires = [
18-
'setuptools',
1918
'requests',
2019
'psutil',
2120
'pytest',

0 commit comments

Comments
 (0)