From 84f610347ca331e2ba731e41b3be905d0aadac94 Mon Sep 17 00:00:00 2001 From: cclauss <cclauss@bluewin.ch> Date: Sun, 11 May 2014 23:04:33 +0200 Subject: [PATCH] Updated pip to 1.5.5 and setuptools to 3.6 --- bin/compile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/compile b/bin/compile index 96eefa0d..ab320a7c 100755 --- a/bin/compile +++ b/bin/compile @@ -27,8 +27,8 @@ PROFILE_PATH="$BUILD_DIR/.profile.d/python.sh" DEFAULT_PYTHON_VERSION="python-2.7.6" PYTHON_EXE="/app/.heroku/python/bin/python" -PIP_VERSION="1.5.4" -SETUPTOOLS_VERSION="2.1" +PIP_VERSION="1.5.5" +SETUPTOOLS_VERSION="3.6" # Setup bpwatch export PATH=$PATH:$ROOT_DIR/vendor/bpwatch -- GitLab