aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-10-18 17:50:24 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-10-18 17:50:24 -0500
commiteb5bb3fc997da26a39d6d77888574b634f00db57 (patch)
tree9c9949eaa9f0a93964c2d3723460fac5441b6ba0 /setup.py
parent54568430489e4b23f9d1df0d5db099099c476af5 (diff)
downloadmediagoblin-eb5bb3fc997da26a39d6d77888574b634f00db57.tar.lz
mediagoblin-eb5bb3fc997da26a39d6d77888574b634f00db57.tar.xz
mediagoblin-eb5bb3fc997da26a39d6d77888574b634f00db57.zip
Require an older version of WebOb as a stopgap fix for Issue #622
Hopefully they'll release a new version with my patch soon!
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 06626926..d522cd9f 100644
--- a/setup.py
+++ b/setup.py
@@ -45,7 +45,7 @@ setup(
'routes',
'pymongo',
'mongokit',
- 'webob',
+ 'webob<=1.2a2',
'wtforms',
'py-bcrypt',
'nose',