Explicitly state that we need a webob version >= 1.1 also.

This commit is contained in:
Christopher Allan Webber 2012-07-01 10:41:37 -05:00
parent 6f8714fea4
commit f2e3a6a01c

View File

@ -45,7 +45,7 @@ setup(
'PasteScript',
'beaker',
'routes',
'webob<=1.2a2',
'webob<=1.2a2,>=1.1',
'wtforms',
'py-bcrypt',
'nose',