Dry run option?
jrabbit opened this issue · 2 comments
jrabbit commented
Some of my requirements.txts are for microservices that would be a hastle to run pip list -o
on.
flaiming commented
You can use pur -o newrequirements.txt
for that.
alanhamlett commented
New --dry-run
or -r
option outputs the new requirements.txt file to STDOUT instead of overwriting the input file, so you can see the changes before making them.
It's available now in v3.0.5 on pypi.