update webob to be version 1.2 or above

It's running without any issue with 1.2, the exception problem was caused
by WebTest. We should use at least version 1.3.3 (supplied by Ubuntu 12.04 and Debian Wheezy)

Version to WebTest==1.3.3

Change-Id: Ia8ef543e32ae46f503dd52e93bed4290d077c286
This commit is contained in:
Juliano Martinez 2012-06-01 11:31:40 -03:00
parent ca7c439e4c
commit 73e5fe1fe4
2 changed files with 2 additions and 2 deletions

View File

@ -5,4 +5,4 @@ eventlet>=0.9.12
lxml
python-gflags==1.3
sqlalchemy
webob==1.0.8
webob==1.2.0

View File

@ -9,4 +9,4 @@ openstack.nose_plugin
pep8==0.6.1
sphinx>=1.1.2
unittest2
webtest
webtest==1.3.3