From 7adba53f5433ad29486bf9118a19efcd506bc607 Mon Sep 17 00:00:00 2001 From: Jonathan Kamens Date: Fri, 10 Jul 2015 16:24:28 -0400 Subject: [PATCH] MAINT: pip<7.1.0 is incompatible with mock 1.1 --- etc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/requirements.txt b/etc/requirements.txt index 8ecf7ef6..32504a14 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -1,5 +1,5 @@ # Incompatible with earlier PIP versions -pip>=7.0.3 +pip>=7.1.0 # Logging Logbook==0.9.1