Currently, when an entry is added to dependencies in pyproject.toml, it is added to the bottom of the list. It would look neater if it were added in alphabetical order instead. Currently I manually have to edit dependencies to ensure its entries stay sorted.
Currently, when an entry is added to
dependencies
inpyproject.toml
, it is added to the bottom of the list. It would look neater if it were added in alphabetical order instead. Currently I manually have to editdependencies
to ensure its entries stay sorted.