From bc6ce2499f2d834da6954c33d25e2e1e9ba01b9d Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz <henrik@levkowetz.com> Date: Thu, 20 Oct 2016 22:31:39 +0000 Subject: [PATCH] Increased the minimum version of pip to 6.1.1 -- 6.0 doesn't seem to deal well with virtualenv with --system-site-packages. - Legacy-Id: 12193 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 59008acc9..e217749ec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ mock>=2.0.0 MySQL-python>=1.2.5 pathlib>=1.0 Pillow>=3.0 -pip>=6.0 +pip>=6.1.1 pyang>=1.6 pyflakes>=0.8.1 pyquery>=1.2.13,!=1.2.14 # Pyqyery 1.2.14 fails on some selectors or stacked selectors