Project plugins and forcing a minimum poetry version#9547
Merged
radoering merged 5 commits intopython-poetry:mainfrom radoering:project-pluginsOct 3, 2024
+1,493-123
Commits
Commits on Oct 3, 2024
- committed
introduce
tool.poetry.requires-plugins
section to define Poetry plugins that are required for the project (python-poetry#9547)installed repository: improve recognition of installed packages' types (especially relevant for installing project plugins if Poetry has been installed via pipx) (python-poetry#9547)
committed- committed
introduce
tool.poetry.requires-poetry
to define a constraint for the Poetry version the project is compatible with (python-poetry#9547)committed