diff --git a/bin/compile b/bin/compile index 8e10cf0035d1d77a51d59557ce2f014c5605526c..af149b440b42408d6c4566b871d8177c47ecdb50 100755 --- a/bin/compile +++ b/bin/compile @@ -28,8 +28,8 @@ PROFILE_PATH="$BUILD_DIR/.profile.d/python.sh" DEFAULT_PYTHON_VERSION="python-2.7.9" DEFAULT_PYTHON_STACK="cedar" PYTHON_EXE="/app/.heroku/python/bin/python" -PIP_VERSION="1.5.6" -SETUPTOOLS_VERSION="7.0" +PIP_VERSION="6.0.6" +SETUPTOOLS_VERSION="11.1" # Setup bpwatch export PATH=$PATH:$ROOT_DIR/vendor/bpwatch diff --git a/vendor/pip-1.5.6.tar.gz b/vendor/pip-1.5.6.tar.gz deleted file mode 100644 index b2111358d013fb40390a60b5d55bac08639f3efc..0000000000000000000000000000000000000000 Binary files a/vendor/pip-1.5.6.tar.gz and /dev/null differ diff --git a/vendor/pip-6.0.6.tar.gz b/vendor/pip-6.0.6.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..2858bcf84ecafaec5c83c621159e9f1eb89980be Binary files /dev/null and b/vendor/pip-6.0.6.tar.gz differ diff --git a/vendor/setuptools-11.1.tar.gz b/vendor/setuptools-11.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..eab8f769082f5152ba05142551d705aa7d50d6b8 Binary files /dev/null and b/vendor/setuptools-11.1.tar.gz differ diff --git a/vendor/setuptools-7.0.tar.gz b/vendor/setuptools-7.0.tar.gz deleted file mode 100644 index 33e584619e63635b5e5eb45fc67b4661fc922bf1..0000000000000000000000000000000000000000 Binary files a/vendor/setuptools-7.0.tar.gz and /dev/null differ