diff --git a/bin/compile b/bin/compile index 2e1fda4..61c5f6b 100755 --- a/bin/compile +++ b/bin/compile @@ -35,7 +35,7 @@ DEFAULT_PYTHON_VERSION="python-2.7.12" DEFAULT_PYTHON_STACK="cedar-14" PYTHON_EXE="/app/.heroku/python/bin/python" PIP_VERSION="9.0.1" -SETUPTOOLS_VERSION="28.8.0" +SETUPTOOLS_VERSION="32.1.0" # Common Problem Warnings export WARNINGS_LOG=$(mktemp) diff --git a/vendor/setuptools-28.8.0.tar.gz b/vendor/setuptools-28.8.0.tar.gz deleted file mode 100644 index 93c14ac..0000000 Binary files a/vendor/setuptools-28.8.0.tar.gz and /dev/null differ diff --git a/vendor/setuptools-32.1.0.tar.gz b/vendor/setuptools-32.1.0.tar.gz new file mode 100644 index 0000000..54fc0b6 Binary files /dev/null and b/vendor/setuptools-32.1.0.tar.gz differ