Require an older version of WebOb as a stopgap fix for Issue #622

Hopefully they'll release a new version with my patch soon!
This commit is contained in:
Christopher Allan Webber 2011-10-18 17:50:24 -05:00
parent 5456843048
commit eb5bb3fc99

View File

@ -45,7 +45,7 @@ setup(
'routes',
'pymongo',
'mongokit',
'webob',
'webob<=1.2a2',
'wtforms',
'py-bcrypt',
'nose',