-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
cliRelated to the command line interfaceRelated to the command line interfacecompatibilityCompatibility with a specification or another toolCompatibility with a specification or another toolenhancementNew feature or improvement to existing functionalityNew feature or improvement to existing functionality
Description
- Add
--exclude-seedas same as pip's default behavior and as opposite of pip'sfreeze --all. - Add
--exclude <EXCLUDE>as same as uv'spip list. - Add
--format <FORMAT>as same as uv'spip list:- make
freezevalue the default. - new
versionvalue to avoid using url and editable in output (only{pkg}=={version}in output). same behavior aspip list. - new
namevalue to get only list of pkg names. (urls and editable are revealment).
- make
IMO, by these improvements, freeze and list would be the same mostly!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
cliRelated to the command line interfaceRelated to the command line interfacecompatibilityCompatibility with a specification or another toolCompatibility with a specification or another toolenhancementNew feature or improvement to existing functionalityNew feature or improvement to existing functionality