summaryrefslogtreecommitdiff
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
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.
-rw-r--r--CHANGES.txt9
-rw-r--r--setup.py2
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 20d8ec6f0..2b1ad4dd0 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,12 @@
+After 1.2a10 (unreleased)
+=========================
+
+Bugs Fixed
+----------
+
+- Updated dependency on ``WebOb`` to require a version which supports
+ features now used in tests.
+
1.2a10 (2010-01-04)
===================
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)