mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
Update default Python plus Pip and Setuptools
* $ curl https://pypi.python.org/packages/e7/a8/7556133689add8d1a54c0b14aeff0acb0 3c64707ce100ecd53934da1aa13/pip-8.1.2.tar.gz -o pip-8.1.2.tar.gz * $ curl https://pypi.python.org/packages/9f/7c/0a33c528164f1b7ff8cf0684cf88c2e73 3c8ae0119ceca4a3955c7fc059d/setuptools-23.1.0.tar.gz -o setuptools-23.1.0.tar.gz * $ ls * $ rm pip-8.1.1.tar.gz * $ rm setuptools-20.4.tar.gz
This commit is contained in:
+3
-3
@@ -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)
|
||||
|
||||
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Reference in New Issue
Block a user