From e27ad6f919a0a904ab125a11bf2d48da101c8ee7 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 18 Jul 2014 13:52:48 -0400 Subject: [PATCH 1/2] Update Readme.md --- Readme.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 46c12cb..576d931 100644 --- a/Readme.md +++ b/Readme.md @@ -17,10 +17,7 @@ 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) + -----> Preparing runtime (python-2.7.8) -----> Installing dependencies using Pip (1.5.6) Downloading/unpacking requests (from -r requirements.txt (line 1)) Installing collected packages: requests From 1e2953b22e4d185bcea817239b8ea58665968dab Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 18 Jul 2014 13:53:51 -0400 Subject: [PATCH 2/2] Update Readme.md --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 576d931..9294cec 100644 --- a/Readme.md +++ b/Readme.md @@ -17,8 +17,8 @@ Example usage: $ git push heroku master ... -----> Python app detected - -----> Preparing runtime (python-2.7.8) - -----> 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