Bugfix: Python Buildpack no longer clears pip dependencies without check

Change effective on 26 March 2020

A regression was introduced that caused the Python Buildpack to always install pip dependencies from scratch on redeploy. This bug has now been resolved, and the buildpack will only clear the cache if no changes are detected in requirements.txt.

For more information about Heroku’s Python support, please check out Python Dependencies via Pip.