From 4bacc462ea2cefc612c1df7bdd82029fa74b1b21 Mon Sep 17 00:00:00 2001 From: Maru Newby Date: Thu, 8 Mar 2012 14:52:35 -0800 Subject: [PATCH] Downgraded required version of WebOb to 1.0.8. * Maintaining version parity with other OpenStack projects is essential to packaging efforts and shared installation (devstack). * fixes bug 950374 Change-Id: I9b16f29a3641df7063ec80bc86b03b4857776b42 --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index ac357fa72..1bef91e11 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -7,7 +7,7 @@ mox==0.5.3 python-gflags==1.3 simplejson sqlalchemy -webob==1.1.1 +webob==1.0.8 webtest distribute>=0.6.24 -- 2.45.2