4 ms·
What in the world is a poetry lockfile
by dmansen 2y ago
What in the world is a poetry lockfile
- erikerikson 2y agoPython dependencies file, see also package-lock.json https://python-poetry.org/ https://python-poetry.org/
- danans 2y agoPoetry is a dependency manager for python projects (https://python-poetry.org/ 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.