diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-11-27 07:04:35 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-11-27 07:04:35 +0000 |
| commit | 813d952d063d9fe5a237bacf1cff35131cc15ba8 (patch) | |
| tree | 9b40cd0d12b44819150e64441035b39809b124c7 /setup.py | |
| parent | 57d4efbbd560a497b8c591f05605df00a61fc1e3 (diff) | |
| download | pyramid-813d952d063d9fe5a237bacf1cff35131cc15ba8.tar.gz pyramid-813d952d063d9fe5a237bacf1cff35131cc15ba8.tar.bz2 pyramid-813d952d063d9fe5a237bacf1cff35131cc15ba8.zip | |
Cleanup.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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): |
