rbanffy / pip-chill

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

does not list a manually installed package if said package is a dependency of another manually installed package #58

Closed aplotor closed 2 years ago

aplotor commented 2 years ago

Environment

Description

what happened: does not list a manually installed package if said package is a dependency of another manually installed package. e.g., mutagen is a dependency of r128gain. pip install r128gain mutagen && pip-chill --no-chill only shows r128gain. (i guess according to the project readme this is correct but it would be nice to get a list of all manually installed packages, whether they are dependencies of other manually installed packages or not)

what i expected: should also show mutagen

github-actions[bot] commented 2 years ago

Stale issue message

GammaGames commented 1 year ago

Duplicate of #49, still an issue :/