Don't list setuptools or distribute in requirements.txt

There's no need to list setuptools or distribute in requirements.txt
because they are installed automatically when you create a new
virtualenv. Furthermore, listing them explicitly breaks if the version
you list is different from the virtualenv version.
This commit is contained in:
Jonathan Kamens
2012-09-05 10:53:55 -04:00
parent ff526f11c9
commit d265a64696
-4
View File
@@ -6,10 +6,6 @@ iso8601==0.1.4
pyzmq==2.1.11
gevent-zeromq==0.2.2
# Packaging
distribute==0.6.27
setuptools==0.6c11
# Unix
setproctitle==1.1.6