Poetry has a lock file and a better workflow than pip-tools which most software developers aren't familiar with or don't have the time to contribute something that requires more than a few lines and minimal effort like in #181.
Poetry on the other hand allows you to edit one file, pyproject.toml, and type poetry update and your lock file is updated.
We can even automate generating the lock and pushing it to the branch CI is running on with a little bit of effort.
Poetry has a lock file and a better workflow than pip-tools which most software developers aren't familiar with or don't have the time to contribute something that requires more than a few lines and minimal effort like in #181.
Poetry on the other hand allows you to edit one file, pyproject.toml, and type
poetry updateand your lock file is updated.We can even automate generating the lock and pushing it to the branch CI is running on with a little bit of effort.