summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2013-12-20 11:46:20 -0800
committerTres Seaver <tseaver@palladion.com>2013-12-20 11:46:20 -0800
commit183470537df63941cca098076d06b4d1ac6d4d11 (patch)
tree0c11c9373dfda26b0ff2b636f5e76643b736b3d4 /setup.py
parentdd449905be07e6088d78af0be84e8e98e72e445d (diff)
parente2600da48a2808fbd3a94ea12255021b4356fb33 (diff)
downloadpyramid-183470537df63941cca098076d06b4d1ac6d4d11.tar.gz
pyramid-183470537df63941cca098076d06b4d1ac6d4d11.tar.bz2
pyramid-183470537df63941cca098076d06b4d1ac6d4d11.zip
Merge pull request #1210 from bertjwregeer/feature.depend-on-webob
Depend on webob 1.3.1
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 e6c9a490a..5bf096622 100644
--- a/setup.py
+++ b/setup.py
@@ -39,7 +39,7 @@ except IOError:
install_requires=[
'setuptools',
- 'WebOb >= 1.3', # request.domain and CookieProfile
+ 'WebOb >= 1.3.1', # request.domain and CookieProfile
'repoze.lru >= 0.4', # py3 compat
'zope.interface >= 3.8.0', # has zope.interface.registry
'zope.deprecation >= 3.5.0', # py3 compat