rbanffy / pip-chill

A more relaxed `pip freeze`
Other
555 stars 25 forks source link

Inconsistent sort for "Installed as dependency for" #63

Closed kevin-paulson-mindbridge-ai closed 1 year ago

kevin-paulson-mindbridge-ai commented 1 year ago

Environment

Description

The "Installed as dependency for" is not sorted consistently, resulting in unnecessary diffs like:

-# python-dateutil==2.8.2 # Installed as dependency for matplotlib, pandas
+# python-dateutil==2.8.2 # Installed as dependency for pandas, matplotlib

Ideally these would be sorted (alphabetically?) so that the output is more consistent.

What I Did

pip-chill --verbose