diff options
| author | Chris McDonough <chrism@plope.com> | 2014-01-21 23:22:50 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2014-01-21 23:22:50 -0500 |
| commit | dec681201ec50c261bde022ea09d24f09e3588bd (patch) | |
| tree | b3717a84ca3c3001072ef2e4ab759a4574a7324f /setup.py | |
| parent | 5c4318abe647b65869ac6dbb5b57cf1088712061 (diff) | |
| parent | df6065fb1c3724649ac6e75cfcabc273ef6fd0d9 (diff) | |
| download | pyramid-dec681201ec50c261bde022ea09d24f09e3588bd.tar.gz pyramid-dec681201ec50c261bde022ea09d24f09e3588bd.tar.bz2 pyramid-dec681201ec50c261bde022ea09d24f09e3588bd.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 |
