You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments