diff --git a/bin/compile b/bin/compile index af149b4..6dd47f7 100755 --- a/bin/compile +++ b/bin/compile @@ -29,7 +29,7 @@ DEFAULT_PYTHON_VERSION="python-2.7.9" DEFAULT_PYTHON_STACK="cedar" PYTHON_EXE="/app/.heroku/python/bin/python" PIP_VERSION="6.0.6" -SETUPTOOLS_VERSION="11.1" +SETUPTOOLS_VERSION="11.3.1" # Setup bpwatch export PATH=$PATH:$ROOT_DIR/vendor/bpwatch diff --git a/vendor/setuptools-11.1.tar.gz b/vendor/setuptools-11.1.tar.gz deleted file mode 100644 index eab8f76..0000000 Binary files a/vendor/setuptools-11.1.tar.gz and /dev/null differ diff --git a/vendor/setuptools-11.3.1.tar.gz b/vendor/setuptools-11.3.1.tar.gz new file mode 100644 index 0000000..4bdc6ef Binary files /dev/null and b/vendor/setuptools-11.3.1.tar.gz differ