summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2016-12-14 00:25:46 -0600
committerMichael Merickel <michael@merickel.org>2016-12-14 00:25:46 -0600
commit12a11daa6a29c36488f083ec7323ad1d91f11b8b (patch)
tree6967360418b3f8c1ab335598f4e5a6df3b184584 /setup.py
parent3c5731a1cac958e05093df56263d52433fc683a9 (diff)
parent8dfa640a52d57b630843a65b3b84bc13a8a1ed87 (diff)
downloadpyramid-12a11daa6a29c36488f083ec7323ad1d91f11b8b.tar.gz
pyramid-12a11daa6a29c36488f083ec7323ad1d91f11b8b.tar.bz2
pyramid-12a11daa6a29c36488f083ec7323ad1d91f11b8b.zip
Merge branch 'master' into pr/2853
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a6dbc2824..383991d73 100644
--- a/setup.py
+++ b/setup.py
@@ -41,7 +41,7 @@ except IOError:
install_requires = [
'setuptools',
- 'WebOb >= 1.3.1', # request.domain and CookieProfile
+ 'WebOb >= 1.7.0rc2', # Response.has_body
'repoze.lru >= 0.4', # py3 compat
'zope.interface >= 3.8.0', # has zope.interface.registry
'zope.deprecation >= 3.5.0', # py3 compat