The repository already has a pyproject.toml file. Using poetry for dependency management would reduce the number of additional files like .flake8, setup.cfg, Pipfile and keep everything centralised and structured in pyproject.toml. Also, operations for adding and removing any packages would be simplified this way.
I'm actually working on this in the poetry branch
Most helpful comment
I'm actually working on this in the
poetrybranch