From 0e29714c955044a76082844ad86b79048cc9efdc Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 9 Feb 2015 22:39:08 +0100 Subject: Remove the setuptools from requirements.txt to avoid a setuptools bug MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit setuptools has slightly backwards (or forward)-incompatible changes when you update its version while still having libs installed with the old one. We only support python 3.4, which means the virtualenv comes with setuptools and pip already, so we don’t require to reinstall it. At worse, people will have to read the setup.py error message. --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ba091e23..a8d93c94 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -setuptools -e git+git://git.louiz.org/slixmpp#egg=slixmpp aiodns pygments -- cgit v1.2.3