diff --git a/bin/compile b/bin/compile index 332d9479a9553f057c67cceb3978586a8be491e4..5e6bbd2388f19e9165e9bbb6c13dda8964dcbb82 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.10" DEFAULT_PYTHON_STACK="cedar" PYTHON_EXE="/app/.heroku/python/bin/python" -PIP_VERSION="6.1.1" -SETUPTOOLS_VERSION="15.2" +PIP_VERSION="7.0.1" +SETUPTOOLS_VERSION="16.1" # Setup bpwatch export PATH=$PATH:$ROOT_DIR/vendor/bpwatch diff --git a/vendor/pip-6.1.1.tar.gz b/vendor/pip-6.1.1.tar.gz deleted file mode 100644 index 77679aba289f2546c0e96e5ed4b8c45d8835c239..0000000000000000000000000000000000000000 Binary files a/vendor/pip-6.1.1.tar.gz and /dev/null differ diff --git a/vendor/pip-7.0.1.tar.gz b/vendor/pip-7.0.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..5d122c0521f2812601d2ecebd4dc00dcb41d3ec3 Binary files /dev/null and b/vendor/pip-7.0.1.tar.gz differ diff --git a/vendor/setuptools-15.2.tar.gz b/vendor/setuptools-15.2.tar.gz deleted file mode 100644 index 2171953f339fd641f5c713527e7ab916312926da..0000000000000000000000000000000000000000 Binary files a/vendor/setuptools-15.2.tar.gz and /dev/null differ diff --git a/vendor/setuptools-16.0.tar.gz b/vendor/setuptools-16.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4f7f905f89012d6f4e7d6331c6531597d724cbd9 Binary files /dev/null and b/vendor/setuptools-16.0.tar.gz differ