Quick Utils: quick_pipreqs

Never again will I spend 10 minutes on Monday morning handling dependabot/renovate merge conflicts.

The best way to build momentum is to consistently release small things. Not everything needs to be a masterpiece—sometimes the most valuable tools are the ones that solve one specific problem really well.

This is my next small thing: quick-pipreqs.

It’s a simple tool that iterates through large Python monorepos and utilizes pipreqs to update all requirements.txt files it can find.

It does them all in one go and allows for quickly parallelizing them. Really helpful if you want to clear out a lot of Renovate or Dependabot merge requests at one time. Never again will

Available via:

brew tap bevelwork/homebrew-tap 
brew install quick-pipreqs