Properly specifies griffe as an extra rather than a dependency group.
Dependency groups as used here specific to Poetry and are used for development, building docs etc. Extras add additional functionality that can be installed via pip: https://python-poetry.org/docs/managing-dependencies/.
This fixes pip error when installing with pydanclick[griffe]:
WARNING: pydanclick 0.3.0 does not provide the extra 'griffe'
Properly specifies
griffe
as an extra rather than a dependency group.Dependency groups as used here specific to Poetry and are used for development, building docs etc. Extras add additional functionality that can be installed via pip: https://python-poetry.org/docs/managing-dependencies/.
This fixes pip error when installing with
pydanclick[griffe]
: