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.
This commit is contained in:
mathieui 2015-02-09 22:39:08 +01:00
parent 9141e0c4d3
commit 0e29714c95
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3

View file

@ -1,4 +1,3 @@
setuptools
-e git+git://git.louiz.org/slixmpp#egg=slixmpp
aiodns
pygments