From 92d296ec24563dcfc5b471a50538ace193747f65 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 2 Jan 2013 22:14:39 -0500 Subject: [PATCH] Update Readme.md --- Readme.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Readme.md b/Readme.md index 04a8047..b2ab111 100644 --- a/Readme.md +++ b/Readme.md @@ -18,14 +18,13 @@ Example usage: $ git push heroku master ... - -----> Heroku receiving push - -----> Fetching custom build pack... done + -----> Fetching custom git buildpack... done -----> Python app detected - -----> Preparing virtualenv version 1.6.4 - New python executable in ./bin/python - Installing setuptools............done. - Installing pip...............done. - -----> Installing dependencies using pip version 1.0.2 + -----> No runtime.txt provided; assuming python-2.7.3; + -----> Preparing Python runtime (pyython-2.7.3) + -----> Installing Distribute (0.6.34) + -----> Installing Pip (1.2.1) + -----> Installing dependencies using Pip (1.2.1) Downloading/unpacking Flask==0.7.2 (from -r requirements.txt (line 1)) Downloading/unpacking Werkzeug>=0.6.1 (from Flask==0.7.2->-r requirements.txt (line 1)) Downloading/unpacking Jinja2>=2.4 (from Flask==0.7.2->-r requirements.txt (line 1))