Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependency on pkg_resources #40

Closed
jaraco opened this issue Aug 28, 2019 · 0 comments
Closed

Remove dependency on pkg_resources #40

jaraco opened this issue Aug 28, 2019 · 0 comments

Comments

@jaraco
Copy link
Owner

jaraco commented Aug 28, 2019

The code currently has an implicit dependency on pkg_resources, which is satisfied by its dependency on pip (which vendors that pkg_resources). It would be nice to remove this dependency. By addressing #39, the only remaining usage of pkg_resources is on determining which package versions are already satisfied. I considered using importlib_metadata to do that, but ran into python-devs/importlib_metadata#82.

@jaraco jaraco closed this as completed in 589fa31 Jan 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant