From 84beeaa647e90a40c7c574d69dd9f55f9abeb17a Mon Sep 17 00:00:00 2001 From: Martey Dodoo Date: Wed, 25 Jan 2017 02:43:13 -0500 Subject: [PATCH] Upgrade pip and setuptools. I think that the recent deployment errors are the result of using an old version of pip and the changes introduced in setuptools 34 (https://github.com/pypa/setuptools/blob/master/CHANGES.rst#v3400). --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 2f02a391..e0559613 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -11,7 +11,7 @@ fabtools==0.19.0 gunicorn==19.6.0 Pillow==3.3.1 pinax-eventlog==1.1.2 -pip==8.1.2 +pip==9.0.1 psycopg2==2.6.2 pytz==2016.6.1 unicodecsv==0.14.1