summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2010-01-04 16:38:00 +0000
committerTres Seaver <tseaver@palladion.com>2010-01-04 16:38:00 +0000
commit557c82a1f5b1253875b94a259511266355445c35 (patch)
tree3957244bffff64b8f2835ef8096ac8da5f6ab72e /setup.py
parent53a7f9e7f72e56cd00283f3962c19308b8056df6 (diff)
downloadpyramid-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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index eb73eb8ea..23a316266 100644
--- a/setup.py
+++ b/setup.py
@@ -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)