summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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 92ac1a3b4..30db71795 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>=0.9.6', # tests fail with earlier versions
+ 'WebOb>=0.9.7', # "default_charset"
'repoze.lru',
'setuptools',
'sourcecodegen>=0.6.11', # tests fail without this requirement? (wtf)