Pipenv: consider locking after every install

Created on 23 Jan 2017  ·  4Comments  ·  Source: pypa/pipenv

Type Type

Most helpful comment

@rmad17 done!

All 4 comments

+1 on this. npm updates its shrinkwrap.json if installing/saving the package.json and yarn does the same with yarn.lock.

I think it might be a good rule that if we're updating the Pipfile, we also update the Pipfile.lock, instead of having the user do so everytime. I could tackle this.

the only downside is that currently locking is a rather expensive (time-wise) operation.

How about an optional parameter to check for locking after install?

@rmad17 done!

Was this page helpful?
0 / 5 - 0 ratings