mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-18 11:50:11 +08:00
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:
@@ -6,10 +6,6 @@ iso8601==0.1.4
|
|||||||
pyzmq==2.1.11
|
pyzmq==2.1.11
|
||||||
gevent-zeromq==0.2.2
|
gevent-zeromq==0.2.2
|
||||||
|
|
||||||
# Packaging
|
|
||||||
distribute==0.6.27
|
|
||||||
setuptools==0.6c11
|
|
||||||
|
|
||||||
# Unix
|
# Unix
|
||||||
setproctitle==1.1.6
|
setproctitle==1.1.6
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user