From f2e3a6a01c2a8c63064152fd92d58b4903222d18 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sun, 1 Jul 2012 10:41:37 -0500 Subject: [PATCH] Explicitly state that we need a webob version >= 1.1 also. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5d74cfac..1299b33c 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ setup( 'PasteScript', 'beaker', 'routes', - 'webob<=1.2a2', + 'webob<=1.2a2,>=1.1', 'wtforms', 'py-bcrypt', 'nose',