Heroku buildpack: Python This is a Heroku buildpack for Python apps, powered by pip. Usage Example usage: $ ls Procfile requirements.txt web.py $ heroku create --buildpack git://github.com/heroku/heroku-buildpack-python.git $ git push heroku master ... -----> Python app detected -----> Installing runtime (python-2.7.9) -----> Installing dependencies using pip Downloading/unpacking requests (from -