diff --git a/bin/compile b/bin/compile index ef458b2496f9c24bb6a950ca620276257e534662..f416e2fe27b0346476b5329896a30fb779fab269 100755 --- a/bin/compile +++ b/bin/compile @@ -29,8 +29,8 @@ WEBCONCURRENCY_PROFILE_PATH="$BUILD_DIR/.profile.d/python.webconcurrency.sh" DEFAULT_PYTHON_VERSION="python-2.7.9" DEFAULT_PYTHON_STACK="cedar" PYTHON_EXE="/app/.heroku/python/bin/python" -PIP_VERSION="6.0.8" -SETUPTOOLS_VERSION="11.3.1" +PIP_VERSION="6.1.1" +SETUPTOOLS_VERSION="15.2" # Setup bpwatch export PATH=$PATH:$ROOT_DIR/vendor/bpwatch diff --git a/vendor/pip-6.0.8.tar.gz b/vendor/pip-6.0.8.tar.gz deleted file mode 100644 index d045cc4a5e38df32b1ea9eacd0a2fc7378a3118e..0000000000000000000000000000000000000000 Binary files a/vendor/pip-6.0.8.tar.gz and /dev/null differ diff --git a/vendor/pip-6.1.1.tar.gz b/vendor/pip-6.1.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..77679aba289f2546c0e96e5ed4b8c45d8835c239 Binary files /dev/null and b/vendor/pip-6.1.1.tar.gz differ diff --git a/vendor/setuptools-11.3.1.tar.gz b/vendor/setuptools-11.3.1.tar.gz deleted file mode 100644 index 4bdc6ef5e7698918297921ff99eefff8d04968dc..0000000000000000000000000000000000000000 Binary files a/vendor/setuptools-11.3.1.tar.gz and /dev/null differ diff --git a/vendor/setuptools-15.2.tar.gz b/vendor/setuptools-15.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..2171953f339fd641f5c713527e7ab916312926da Binary files /dev/null and b/vendor/setuptools-15.2.tar.gz differ