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
Use built-in pkg_resources to get installed libraries
Previously, we used internal pip code, which was changing in point
releases, causing issues. We actually don't need pip to do this, we can
instead ask the installed python's pkg_resources directly for the same
info.
Related issues:
pypa/pip#5079pypa/pip#5080pypa/pip#5081
0 commit comments