Chris McDonough
2009-11-27 813d952d063d9fe5a237bacf1cff35131cc15ba8
Cleanup.

1 files modified
8 ■■■■ changed files
setup.py 8 ●●●● patch | view | raw | blame | history
setup.py
@@ -27,18 +27,18 @@
    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):