summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2015-02-09 22:39:08 +0100
committermathieui <mathieui@mathieui.net>2015-02-09 22:39:08 +0100
commit0e29714c955044a76082844ad86b79048cc9efdc (patch)
treee15af7f706e9f64c3530f8e56ac570626b9e3755
parent9141e0c4d316b877cb4e71b5fa7255c40248e867 (diff)
downloadpoezio-0e29714c955044a76082844ad86b79048cc9efdc.tar.gz
poezio-0e29714c955044a76082844ad86b79048cc9efdc.tar.bz2
poezio-0e29714c955044a76082844ad86b79048cc9efdc.tar.xz
poezio-0e29714c955044a76082844ad86b79048cc9efdc.zip
Remove the setuptools from requirements.txt to avoid a setuptools bug
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.
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
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