I’ve been thinking about making pex resolvers plug...
# general
r
I’ve been thinking about making pex resolvers pluggable, such that you could just plug
pip
in to handle the resolution with pex just composing the output of e.g.
pip wheel
into a pex. or have a
declarative
resolver that would just state a set of files or urls to dists to compose.