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
Incremental depends on setuptools for pkg_resources.parse_version(), which these days is an alias of packaging.version.Version. Let's go to the source and drop setuptools.
Incremental depends on setuptools for
pkg_resources.parse_version(), which these days is an alias ofpackaging.version.Version. Let's go to the source and drop setuptools.