diff options
| author | Michael Merickel <michael@merickel.org> | 2018-04-24 00:46:25 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2018-04-24 00:46:25 -0500 |
| commit | cc75d3b38e3e65c17d31b7292671fd3c16f8603b (patch) | |
| tree | c3cf9a71ad9578337feb5fefc1e9a349849a3cb9 /setup.py | |
| parent | 8bd6f7d3ed849daa0b42b9f75e441fd32437ccf2 (diff) | |
| download | pyramid-cc75d3b38e3e65c17d31b7292671fd3c16f8603b.tar.gz pyramid-cc75d3b38e3e65c17d31b7292671fd3c16f8603b.tar.bz2 pyramid-cc75d3b38e3e65c17d31b7292671fd3c16f8603b.zip | |
pin to non-pre version of webob
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ 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`` |
