Hacker News new | past | comments | ask | show | jobs | submit login

What in the world is a poetry lockfile



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.


Python dependencies file, see also package-lock.json

https://python-poetry.org/




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: