diff --git a/bin/compile b/bin/compile index 2aeb8bb..8a5158b 100755 --- a/bin/compile +++ b/bin/compile @@ -27,7 +27,7 @@ DEFAULT_PYTHON_VERSION="python-2.7.10" DEFAULT_PYTHON_STACK="cedar" PYTHON_EXE="/app/.heroku/python/bin/python" PIP_VERSION="7.1.2" -SETUPTOOLS_VERSION="18.3.2" +SETUPTOOLS_VERSION="18.7.1" # Common Problem Warnings export WARNINGS_LOG=$(mktemp) diff --git a/vendor/setuptools-18.3.2.tar.gz b/vendor/setuptools-18.3.2.tar.gz deleted file mode 100644 index d36f6aa..0000000 Binary files a/vendor/setuptools-18.3.2.tar.gz and /dev/null differ diff --git a/vendor/setuptools-18.7.1.tar.gz b/vendor/setuptools-18.7.1.tar.gz new file mode 100644 index 0000000..7f48337 Binary files /dev/null and b/vendor/setuptools-18.7.1.tar.gz differ