diff options
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -22,10 +22,10 @@ CHANGES = readfile('CHANGES.rst') install_requires = [ 'setuptools', - 'WebOb >= 1.7.0rc2', # Response.has_body + 'WebOb >= 1.7.0', # Response.has_body 'zope.interface >= 3.8.0', # has zope.interface.registry 'zope.deprecation >= 3.5.0', # py3 compat - 'venusian >= 1.0a3', # ``ignore`` + 'venusian >= 1.0', # ``ignore`` 'translationstring >= 0.4', # py3 compat 'PasteDeploy >= 1.5.0', # py3 compat 'plaster', @@ -40,7 +40,7 @@ tests_require = [ docs_extras = [ - 'Sphinx >= 1.3.5', + 'Sphinx >= 1.3.5, != 1.7.3', 'docutils', 'repoze.sphinx.autointerface', 'pylons_sphinx_latesturl', |
