Use Pipfile.lock instead of Pipfile.freeze
Closed this issue · 2 comments
proofit404 commented
lock
is most popular filename suffix for storing exact package versions. Maybe we should use Pipfile.lock
filename instead of Pipfile.freeze
? Am I missing something?
nateprewitt commented
Hey @proofit404, you can find the reasoning for the freeze
over lock
choice in issue #43.
proofit404 commented
Looks like choice was already made. I see your point guys.