From 39703a5c41399ea7d2b394f08964bcc0e60217af Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 30 Oct 2014 15:28:59 -0200 Subject: [PATCH] Provide a newer pip required by colab --- Makefile | 1 + pip-1.5.6.tar.gz | Bin 0 -> 938120 bytes 2 files changed, 1 insertion(+), 0 deletions(-) create mode 100644 pip-1.5.6.tar.gz diff --git a/Makefile b/Makefile index 5617f07..b2f33eb 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,7 @@ all: rm -rf ./build virtualenv ./build ./build/bin/pip install --no-index --find-links=$(CURDIR) -r requirements.txt + ./build/bin/pip install pip-1.5.6.tar.gz virtualenv --relocatable ./build clean: diff --git a/pip-1.5.6.tar.gz b/pip-1.5.6.tar.gz new file mode 100644 index 0000000..b211135 Binary files /dev/null and b/pip-1.5.6.tar.gz differ -- libgit2 0.21.2