A Poetry plugin that automatically sorts dependencies alphabetically in pyproject.toml. Version 0.3.0 requires Python >=3.8, <4.0. Released under MIT license. Active development, infrequent releases.
pip install poetry-plugin-sortVerified import paths — ran on the pinned version, not inferred.
Install the plugin globally for Poetry, then run 'poetry sort' to alphabetically sort the dependencies in pyproject.toml.
Re-run 'poetry self add poetry-plugin-sort' after upgrading Poetry or the plugin.
Manually sort other dependency groups or use a tool like 'toml-sort'.
Run 'poetry self add poetry-plugin-sort' to properly register the plugin.