Skip to content

Commit

Permalink
Remove unnecessary install_requires on setuptools (#41)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mgorny committed Sep 25, 2020
1 parent 9a18fc1 commit 451debd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -15,7 +15,6 @@
)

install_requires = [
'setuptools',
'requests',
'psutil',
'pytest',
Expand Down

0 comments on commit 451debd

Please sign in to comment.