From 57e9bb0054f986e9d8ba53de5225a34faa833209 Mon Sep 17 00:00:00 2001 From: cclauss <cclauss@bluewin.ch> Date: Sun, 13 Nov 2016 10:48:32 +0100 Subject: [PATCH] Upgrade to pip-9.0.1 and setuptools-28.8.0 This would REQUIRE that the latest versions are placed into: https://github.com/heroku/heroku-buildpack-python/tree/master/vendor https://pypi.python.org/pypi/pip https://pypi.python.org/pypi/setuptools --- bin/compile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/compile b/bin/compile index 9e2c63bb..002153e3 100755 --- a/bin/compile +++ b/bin/compile @@ -34,8 +34,8 @@ LEGACY_TRIGGER="lib/python2.7" DEFAULT_PYTHON_VERSION="python-2.7.12" DEFAULT_PYTHON_STACK="cedar-14" PYTHON_EXE="/app/.heroku/python/bin/python" -PIP_VERSION="8.1.2" -SETUPTOOLS_VERSION="25.2.0" +PIP_VERSION="9.0.1" +SETUPTOOLS_VERSION="28.8.0" # Common Problem Warnings export WARNINGS_LOG=$(mktemp) -- GitLab