diff --git a/bin/compile b/bin/compile index ef458b2..f416e2f 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 d045cc4..0000000 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 0000000..77679ab 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 4bdc6ef..0000000 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 0000000..2171953 Binary files /dev/null and b/vendor/setuptools-15.2.tar.gz differ