Skip to content

Feature/poetry

Michael Adler requested to merge feature/poetry into master

poetry is a tool to handle dependency installation as well as building and packaging of Python packages. It only needs one file to do all of that: the new, standardized pyproject.toml.

In other words, poetry uses pyproject.toml to replace setup.py, requirements.txt, setup.cfg, MANIFEST.in and the newly added Pipfile.

Contents of this merge request:

  • Replace requirements.txt with pyproject.toml and poetry
  • Update all Python dependencies
  • Overhaul README
  • Add src to Docker image. This makes it optional to mount /src and helps managing older versions.
Edited by Michael Adler

Merge request reports

Loading