i'm wondering whether this could be relevant to th...
# general
a
i'm wondering whether this could be relevant to the dehydrated/ipex idea in #pex, which requires a transitive resolve anyway. if we were to enforce in pants that every
python_binary()
target that we want to generate an ipex for must have an associated lockfile, that would mean we could avoid any need to modify pex to introduce the
--dehydrated
flag, for example.