alanhamlett/pip-update-requirements

Add `--only TEXT ` (the inverse of `--skip TEXT`)

mandx opened this issue · 1 comments

mandx commented

Sometimes is better to:

  1. Upgrade one requirement
  2. Run the tests
  3. Fix the problems (if any)
  4. Re-run the tests
  5. Commit && Push
  6. Goto 1

...specially for projects with a lot of dependencies. Having the --only option in this case would be really nice.

mandx commented

That was fast, thanks!