mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -17,11 +17,8 @@ Example usage:
|
||||
$ git push heroku master
|
||||
...
|
||||
-----> Python app detected
|
||||
-----> No runtime.txt provided; assuming python-2.7.8.
|
||||
-----> Preparing Python runtime (python-2.7.8)
|
||||
-----> Installing Setuptools (3.6)
|
||||
-----> Installing Pip (1.5.6)
|
||||
-----> Installing dependencies using Pip (1.5.6)
|
||||
-----> Installing runtime (python-2.7.8)
|
||||
-----> Installing dependencies using pip
|
||||
Downloading/unpacking requests (from -r requirements.txt (line 1))
|
||||
Installing collected packages: requests
|
||||
Successfully installed requests
|
||||
|
||||
Reference in New Issue
Block a user