From 555c6a95e4ef6e06f0a548e698817d3ca81984e2 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 14 Jan 2017 23:23:36 +0100 Subject: [PATCH] add pip and setuptools to requirements file, fixes #2030 sometimes the system pip/setuptools is rather old and causes warnings or malfunctions in the primary virtual env. --- requirements.d/development.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.d/development.txt b/requirements.d/development.txt index a07f0b02..f62a5071 100644 --- a/requirements.d/development.txt +++ b/requirements.d/development.txt @@ -1,3 +1,5 @@ +setuptools +pip virtualenv<14.0 tox pytest