The current pyproject format uses poetry-specific dependency specifications. Since version 2, poetry supports the Python standard definition of dependencies through "dependency groups". Switching to this new format will allow users to install evofr's optional dependencies with non-poetry tools like pip.
This change will require us to bump evofr's minimum poetry version to 2.0.0.
The current pyproject format uses poetry-specific dependency specifications. Since version 2, poetry supports the Python standard definition of dependencies through "dependency groups". Switching to this new format will allow users to install evofr's optional dependencies with non-poetry tools like pip.
This change will require us to bump evofr's minimum poetry version to 2.0.0.