Skip to content
Snippets Groups Projects
Commit 57e9bb00 authored by cclauss's avatar cclauss Committed by GitHub
Browse files

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
parent 127ff904
No related branches found
No related tags found
No related merge requests found
...@@ -34,8 +34,8 @@ LEGACY_TRIGGER="lib/python2.7" ...@@ -34,8 +34,8 @@ LEGACY_TRIGGER="lib/python2.7"
DEFAULT_PYTHON_VERSION="python-2.7.12" DEFAULT_PYTHON_VERSION="python-2.7.12"
DEFAULT_PYTHON_STACK="cedar-14" DEFAULT_PYTHON_STACK="cedar-14"
PYTHON_EXE="/app/.heroku/python/bin/python" PYTHON_EXE="/app/.heroku/python/bin/python"
PIP_VERSION="8.1.2" PIP_VERSION="9.0.1"
SETUPTOOLS_VERSION="25.2.0" SETUPTOOLS_VERSION="28.8.0"
# Common Problem Warnings # Common Problem Warnings
export WARNINGS_LOG=$(mktemp) export WARNINGS_LOG=$(mktemp)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment