diff --git a/bin/compile b/bin/compile index c173837c85b615b3817f83ca2f109c2d2018cd85..1ef70c62392acbafad806ca1e17af3cc674936db 100755 --- a/bin/compile +++ b/bin/compile @@ -32,7 +32,7 @@ DEFAULT_PYTHON_VERSION="python-2.7.10" DEFAULT_PYTHON_STACK="cedar" PYTHON_EXE="/app/.heroku/python/bin/python" PIP_VERSION="7.1.0" -SETUPTOOLS_VERSION="18.0.1" +SETUPTOOLS_VERSION="18.1" # Setup bpwatch export PATH=$PATH:$ROOT_DIR/vendor/bpwatch diff --git a/vendor/setuptools-18.0.1.tar.gz b/vendor/setuptools-18.0.1.tar.gz deleted file mode 100644 index 2ef9e3741994939ca76ed51edfec95d0a2b73711..0000000000000000000000000000000000000000 Binary files a/vendor/setuptools-18.0.1.tar.gz and /dev/null differ diff --git a/vendor/setuptools-18.1.tar.gz b/vendor/setuptools-18.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d4b3043aaf24ad1c69bfad11d78005f5593cc574 Binary files /dev/null and b/vendor/setuptools-18.1.tar.gz differ