summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2014-01-02 12:18:59 -0500
committerChris McDonough <chrism@plope.com>2014-01-02 12:18:59 -0500
commit0c5bb0aa329239df877ccb053280e398766eb434 (patch)
tree4a0cfd40e56a3a3514018cf3248f6d2177962bbc /setup.py
parent6b0d6ff01277993660049e3c289126ffb309c8dd (diff)
parent3687465ab87b82b83b7ffa2f216425136d71ebec (diff)
downloadpyramid-0c5bb0aa329239df877ccb053280e398766eb434.tar.gz
pyramid-0c5bb0aa329239df877ccb053280e398766eb434.tar.bz2
pyramid-0c5bb0aa329239df877ccb053280e398766eb434.zip
Merge branch 'master' of github.com:Pylons/pyramid
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