Randy Döring
In my spare time, I have been one of the Poetry maintainers since spring 2022.
At my day job, I am a software developer at TraceTronic, working on a large multiplatform Python application.
Sessions
10-27
18:05
5min
Poetry's dependency resolver and its environment-independent lockfile
Randy Döring
Poetry is a quite popular tool for dependency management and packaging of Python projects. A prominent feature of Poetry is the generation of an environment-independent lockfile. This means that it does not matter if the lockfile has been created on Linux or Windows, with Python 3.8 or Python 3.11 and so on, it will be the same and suitable for each possible environment.
Main stage