pip-tools icon indicating copy to clipboard operation
pip-tools copied to clipboard

Allow wildcard argument for `--extra`

Open apljungquist opened this issue 2 years ago • 0 comments

The goal is to make it easy to compile version locks for all runtime dependencies in a way that is robust to human error. By using the wildcard extra the risk of forgetting to list any extra is removed.

Is this a use case pip-tools wants to support? If yes, is the current approach a good one?

Contributor checklist
  • [x] Provided the tests for the changes.
  • [x] Assure PR title is short, clear, and good to be included in the user-oriented changelog
Maintainer checklist
  • [ ] Assure one of these labels is present: backwards incompatible, feature, enhancement, deprecation, bug, dependency, docs or skip-changelog as they determine changelog listing.
  • [ ] Assign the PR to an existing or new milestone for the target version (following Semantic Versioning).

apljungquist avatar May 26 '22 20:05 apljungquist