diff --git a/bin/compile b/bin/compile index caec5d0..89cd4c9 100755 --- a/bin/compile +++ b/bin/compile @@ -35,7 +35,7 @@ DEFAULT_PYTHON_VERSION="python-2.7.11" DEFAULT_PYTHON_STACK="cedar-14" PYTHON_EXE="/app/.heroku/python/bin/python" PIP_VERSION="8.1.1" -SETUPTOOLS_VERSION="20.2.2" +SETUPTOOLS_VERSION="20.3" # Common Problem Warnings export WARNINGS_LOG=$(mktemp) diff --git a/vendor/setuptools-20.2.2.tar.gz b/vendor/setuptools-20.2.2.tar.gz deleted file mode 100644 index 9a6904a..0000000 Binary files a/vendor/setuptools-20.2.2.tar.gz and /dev/null differ diff --git a/vendor/setuptools-20.3.tar.gz b/vendor/setuptools-20.3.tar.gz new file mode 100644 index 0000000..22f10fb Binary files /dev/null and b/vendor/setuptools-20.3.tar.gz differ