
Git-backed distributionsĪnything that works with a standard pip requirements file will work as expected on Heroku. This will ensure consistent build behavior when newer package versions are released.


Any requirements that install locally with the following command will behave as expected on Heroku: $ pip install -r requirements.txt Heroku’s pip support is very transparent. This guide outlines how to fully utilize Heroku’s support for specifying dependencies for your Python application via pip.
