diff --git a/bin/compile b/bin/compile index 55d2b5ac320683bdd5c7847ec332775fc59a1caa..737d2f9c29d7517caca4fe41090eb26251b504be 100755 --- a/bin/compile +++ b/bin/compile @@ -31,11 +31,11 @@ ENV_DIR=$3 VIRTUALENV_LOC=".heroku/venv" LEGACY_TRIGGER="lib/python2.7" -DEFAULT_PYTHON_VERSION="python-2.7.11" +DEFAULT_PYTHON_VERSION="python-2.7.12" DEFAULT_PYTHON_STACK="cedar-14" PYTHON_EXE="/app/.heroku/python/bin/python" -PIP_VERSION="8.1.1" -SETUPTOOLS_VERSION="20.4" +PIP_VERSION="8.1.2" +SETUPTOOLS_VERSION="23.1" # Common Problem Warnings export WARNINGS_LOG=$(mktemp) diff --git a/vendor/pip-8.1.1.tar.gz b/vendor/pip-8.1.1.tar.gz deleted file mode 100644 index 331c4e0fccc319b7ba96496b4098c1c32ff0df6f..0000000000000000000000000000000000000000 Binary files a/vendor/pip-8.1.1.tar.gz and /dev/null differ diff --git a/vendor/pip-8.1.2.tar.gz b/vendor/pip-8.1.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e7a1a3cc53050c4a69e6ec06a1e9f0863515d08a Binary files /dev/null and b/vendor/pip-8.1.2.tar.gz differ diff --git a/vendor/setuptools-20.4.tar.gz b/vendor/setuptools-20.4.tar.gz deleted file mode 100644 index e743ab2afb9cf06184474b1eaf68b53966a910a8..0000000000000000000000000000000000000000 Binary files a/vendor/setuptools-20.4.tar.gz and /dev/null differ diff --git a/vendor/setuptools-23.1.0.tar.gz b/vendor/setuptools-23.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..bd5dc8879e9282d043b8c2584e05ee470ca1930c Binary files /dev/null and b/vendor/setuptools-23.1.0.tar.gz differ