Skip to content

pyproject: reintroduce toml dep for backward compat

Jakub Ružička requested to merge release-0.6.1 into master

Even though it's not needed on systems with Python >= 3.11, reintroduce toml dep in order to support

pip install apkg

on older platforms with Python < 3.11 as well as modern ones.

Fixes: #114 (closed)

Merge request reports

Loading