Skip to content

Switch dependency management to poetry #204

@thedrow

Description

@thedrow

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions