From 813d952d063d9fe5a237bacf1cff35131cc15ba8 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 27 Nov 2009 07:04:35 +0000 Subject: Cleanup. --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index e26ab008a..a9231e33d 100644 --- a/setup.py +++ b/setup.py @@ -27,18 +27,18 @@ except IOError: README = CHANGES = '' install_requires=[ - 'setuptools', 'Chameleon', - 'sourcecodegen>=0.6.11', # tests fail without this requirement? (wtf) 'Paste > 1.7', # temp version pin to prevent PyPi install failure :-( 'PasteDeploy', 'PasteScript', 'WebOb', - 'zope.interface >= 3.5.1', # 3.5.0 comment: "allow to bootstrap on jython" + 'repoze.lru', + 'setuptools', + 'sourcecodegen>=0.6.11', # tests fail without this requirement? (wtf) 'zope.component >= 3.6.0', # independent of zope.hookable 'zope.configuration', 'zope.deprecation', - 'repoze.lru', + 'zope.interface >= 3.5.1', # 3.5.0 comment: "allow to bootstrap on jython" ] if sys.version_info[:2] < (2, 6): -- cgit v1.2.3