Y
Hacker News
new
|
ask
|
show
|
jobs
by
dmansen
696 days ago
What in the world is a poetry lockfile
2 comments
danans
696 days ago
Poetry is a dependency manager for python projects (
https://python-poetry.org/
). A lockfile is a generic mechanism to serialize mutations to a resource, in this case, probably the file that stores the project's dependency configuration.
link
erikerikson
696 days ago
Python dependencies file, see also package-lock.json
https://python-poetry.org/
link