github pantsbuild/pex v2.1.9
pex 2.1.9

latest releases: v2.1.95, v2.1.94, v2.1.93...
4 years ago

2.1.9

This release introduces the ability to copy requirements from an existing PEX into a new one.

This can greatly speed up repeatedly creating a PEX when no requirements have changed.
A build tool (such as Pants) can create a "requirements PEX" that contains just a static
set of requirements, and build a final PEX on top of that, without having to re-run pip
to resolve requirements.

  • Support for copying requirements from an existing pex. (#948)

Don't miss a new pex release

NewReleases is sending notifications on new releases.