Chris McDonough
2011-09-04 90737d6b24775cab3a3816b426c0dc65c03fe43d
setup.py
@@ -30,15 +30,14 @@
    'Mako >= 0.3.6', # strict_undefined
    'Paste > 1.7', # temp version pin to prevent PyPi install failure :-(
    'PasteDeploy',
    'PasteScript',
    'PasteScript >= 1.7.4', # "here" in logging fileConfig
    'WebOb >= 1.0.2', # no "default_charset"; request.script_name doesnt error
    'repoze.lru',
    'setuptools',
    'zope.component >= 3.6.0', # independent of zope.hookable
    'zope.configuration',
    'zope.deprecation',
    'zope.interface >= 3.5.1',  # 3.5.0 comment: "allow to bootstrap on jython"
    'venusian >= 0.5', # ``codeinfo``
    'zope.deprecation',
    'venusian >= 1.0a1', # ``onerror``
    'translationstring',
    ]
@@ -53,7 +52,7 @@
    install_requires.append('simplejson')
    
setup(name='pyramid',
      version='1.2dev',
      version='1.2a4',
      description=('The Pyramid web application development framework, a '
                   'Pylons project'),
      long_description=README + '\n\n' +  CHANGES,