From: Christopher Allan Webber Date: Tue, 18 Oct 2011 22:50:24 +0000 (-0500) Subject: Require an older version of WebOb as a stopgap fix for Issue #622 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=eb5bb3fc997da26a39d6d77888574b634f00db57;p=mediagoblin.git Require an older version of WebOb as a stopgap fix for Issue #622 Hopefully they'll release a new version with my patch soon! --- 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',