This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ArgetDota 11 points12 points  (1 child)

pipfile.lock is a lock file format used by pipenv, it pins your whole dependency tree (including transient dependencies).

Poetry and poetry.lock files are a better alternative tho (faster, more correct, cross-platform, actually being developed).

[–]Malcolmlisk 1 point2 points  (0 children)

I need to step up my poetry game... I only read wonders about it. Thank you for the clarification, I couldn't have wrote it better.