Make WebOb version specification more flexible

Change the WebOb version to >=1.0.8 as a temporary
measure to allow the actual version update to 1.2.3
to roll out across the projects one at a time without
breaking the integration tests.

Change-Id: Ia4f9f92ae7013098706924eef8728bcd85869c29
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
This commit is contained in:
Doug Hellmann
2013-01-08 11:06:45 -05:00
parent a3657f999e
commit 4851cc1751

View File

@@ -12,6 +12,6 @@ nosehtmloutput
pep8==1.3.3
sphinx>=1.1.2
testtools>=0.9.22
WebOb==1.0.8
WebOb>=1.0.8
Babel