diff options
| author | Chris McDonough <chrism@plope.com> | 2011-04-18 23:18:58 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-04-18 23:18:58 -0400 |
| commit | 0f7831e3ee2d8504120005bd82cc0eb03d39c73d (patch) | |
| tree | 61ad4a6e4b2eab9a963b782b8b4cdc1ada4bd334 /setup.py | |
| parent | 6f0805ec33252d391338972eaadea25262b6d71c (diff) | |
| download | pyramid-0f7831e3ee2d8504120005bd82cc0eb03d39c73d.tar.gz pyramid-0f7831e3ee2d8504120005bd82cc0eb03d39c73d.tar.bz2 pyramid-0f7831e3ee2d8504120005bd82cc0eb03d39c73d.zip | |
- Pyramid now depends on WebOb >= 1.0.2 (tests depend on the bugfix in that
release: "Fix handling of WSGI environs with missing ``SCRIPT_NAME``").
(Note that in reality, everyone should probably be using 1.0.4 or better
though, as WebOb 1.0.2 and 1.0.3 were effectively brownbag releases.)
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ install_requires=[ 'Paste > 1.7', # temp version pin to prevent PyPi install failure :-( 'PasteDeploy', 'PasteScript', - 'WebOb >= 1.0', # no "default_charset" + 'WebOb >= 1.0.2', # no "default_charset"; request.script_name doesnt error 'repoze.lru', 'setuptools', 'zope.component >= 3.6.0', # independent of zope.hookable |
