From 97f1ac7970152dda39136ddad0688abe20f8ab8f Mon Sep 17 00:00:00 2001 From: Joe Jevnik Date: Tue, 26 Jan 2016 18:41:22 -0500 Subject: [PATCH] BLD: add setuptools>18 for bcolz --- etc/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/requirements.txt b/etc/requirements.txt index cdfe7dd4..c09ae09b 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -1,5 +1,7 @@ # Incompatible with earlier PIP versions pip>=7.1.0 +# bcolz fails to install if this is not in the build_requires. +setuptools>18.0 # Logging Logbook==0.12.5