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
This commit is contained in:
Maru Newby 2012-03-08 14:52:35 -08:00
parent d9699fe563
commit b687188dd7

View File

@ -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