Dependencies

  • Python 3.8+
  • Poetry
    • A packaging and dependency management tool for Python.
    • Install with:
      curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
      
  • Poethepoet
    • A task runner that works well with poetry.
    • Install with:
      pip install poethepoet
      
  • Python TOML library
    • The TOML library for Python.
    • Install with:
      pip install toml