<#2332 pex lock update: mechanism to remove projec...
# github-notifications
c
#2332 pex lock update: mechanism to remove projects from lockfile requirements Issue created by cburroughs With
--project=
one can add a new project without changing the version of other entries, but there is not currently a mechanism to remove them in the same manner. The lockfile needs to be recreated. (I'd expect this to remove the "requirement" but not try to "force uninstall" the project from the lockfile. That is if I have a lockfile with the requirements (
A>1.0.0
,
B<1.0.0
) and
A
depends on
B
. I'd expect removing
B
to still leave whatever version was a dependency of
A
in the lock.) pantsbuild/pex