diff options
| author | Chris McDonough <chrism@plope.com> | 2014-01-02 12:18:59 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2014-01-02 12:18:59 -0500 |
| commit | 0c5bb0aa329239df877ccb053280e398766eb434 (patch) | |
| tree | 4a0cfd40e56a3a3514018cf3248f6d2177962bbc /setup.py | |
| parent | 6b0d6ff01277993660049e3c289126ffb309c8dd (diff) | |
| parent | 3687465ab87b82b83b7ffa2f216425136d71ebec (diff) | |
| download | pyramid-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
