On Tue, Feb 28, 2017 at 10:14 AM, Pradyun Gedam <pradyunsg@gmail.com> wrote:
...
4. (if time permits) Move any dependency resolution code out into a separate library.

   This would make it possible for other projects (like buildout or a future pip replacement) to reuse the dependency resolver.

Thank you!

...

I do intend to reuse some of the work done by Robert Collins in PR #2716 on pip's GitHub repository.

Are you aware of the proof of concept in distlib?

https://distil.readthedocs.io/en/0.1.0/overview.html#actual-improvements
 
Jim

--