/sanestack

Check if your dependencies are up to date

Primary LanguagePythonMIT LicenseMIT

sanestack

Check if your dependencies are up to date.

If using requirements.txt to specify project's dependencies it's advised to lock their versions (A Better Pip Workflow™). This way while releasing you avoid surprises when new version of package will be installed and your application starts to fail for unknown reason even if it worked 10 minutes ago on staging or playground deploy.

But if everything will be locked would be nice to have an automated way to tell if maybe something new has been shipped beyond what is specified to keep your stack up to date with latest fixes. This is what sanestack provides. It tells if there are updates for pinned packages.

asciicast