pypa/pipfile

Use Pipfile.lock instead of Pipfile.freeze

Closed this issue · 2 comments

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?

Hey @proofit404, you can find the reasoning for the freeze over lock choice in issue #43.

Looks like choice was already made. I see your point guys.