Git - Should Pipfile.lock be committed to version control? Git - Should Pipfile.lock be committed to version control? python python

Git - Should Pipfile.lock be committed to version control?


Short - Yes!

The lock file tells pipenv exactly which version of each dependency needs to be installed. You will have consistency across all machines.

// update: Same question on github