"pip freeze" and "pip list" without dependencies of installed packages #10667
Labels
resolution: duplicate
Duplicate of an existing issue/PR
type: feature request
Request for a new feature
Uh oh!
There was an error while loading. Please reload this page.
What's the problem this feature will solve?
Is it possible for
pip freeze
andpip list
to show packages that are not dependencies of other installed packages?In other words, it is the most simplified requirements.txt
Describe the solution you'd like
pip-chill
is a solution. However, it can only show package and package's version.pip freeze
can show other information such as editable installed packages or locally installed packages, and supports many other options as well.Alternative Solutions
It would be great if
pip freeze
supports this feature as an option, for example:--exclude-dependencies
Additional context
pip-chill
can be found hereCode of Conduct
The text was updated successfully, but these errors were encountered: