diff options
| author | Tres Seaver <tseaver@palladion.com> | 2010-01-04 16:38:00 +0000 |
|---|---|---|
| committer | Tres Seaver <tseaver@palladion.com> | 2010-01-04 16:38:00 +0000 |
| commit | 557c82a1f5b1253875b94a259511266355445c35 (patch) | |
| tree | 3957244bffff64b8f2835ef8096ac8da5f6ab72e /setup.py | |
| parent | 53a7f9e7f72e56cd00283f3962c19308b8056df6 (diff) | |
| download | pyramid-557c82a1f5b1253875b94a259511266355445c35.tar.gz pyramid-557c82a1f5b1253875b94a259511266355445c35.tar.bz2 pyramid-557c82a1f5b1253875b94a259511266355445c35.zip | |
Updated dependency on ``WebOb`` to require a version which supports features now used in tests.
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', + 'WebOb>=0.9.6', # tests fail with earlier versions 'repoze.lru', 'setuptools', 'sourcecodegen>=0.6.11', # tests fail without this requirement? (wtf) |
