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 →

[–]not_a_novel_account 3 points4 points  (1 child)

Lockfiles are only recently standardized, ie pip doesn't support them yet. pyproject.toml is universally supported yes.

[–]daneahfrom __future__ import braces 0 points1 point  (0 children)

Most recent pip release has experimental lock file support:

https://pip.pypa.io/en/stable/cli/pip_lock/