Closed
Description
Is it feasible for pex to consume pep-751 lockfiles when generating pex files?
I am interested in using uv to generate the lockfiles that pex consumes for producing pex files.
I have been doing a hacky version of this where I convert uv's lockfiles to pex lockfiles with a script (for performance reasons), but given there is now a standard, I wonder if it is possible for me to not need this.