diff options
author | Doug Hellmann <doug.hellmann@dreamhost.com> | 2013-01-07 10:46:01 -0500 |
---|---|---|
committer | Doug Hellmann <doug.hellmann@dreamhost.com> | 2013-01-07 10:47:25 -0500 |
commit | 64bf6192daf6fa558c92bbde633dd5d16121bf75 (patch) | |
tree | 7bf652f89e7d071e7549984b22d81d395520cd69 | |
parent | 7240f7d480a14e1dfde83400af2bb385b4e3b9e9 (diff) | |
download | nova-64bf6192daf6fa558c92bbde633dd5d16121bf75.tar.gz nova-64bf6192daf6fa558c92bbde633dd5d16121bf75.tar.xz nova-64bf6192daf6fa558c92bbde633dd5d16121bf75.zip |
Make WebOb version specification more flexible
Change the WebOb version to >=1.0.8 as an 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: Iea626ff758b352cc5cec2b2c9ab1a3dd3da53bf7
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
-rw-r--r-- | tools/pip-requires | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index 4b11798fb..1eb09ff65 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -8,7 +8,7 @@ eventlet>=0.9.17 kombu>=1.0.4 lxml>=2.3 routes==1.12.3 -WebOb==1.0.8 +WebOb>=1.0.8 greenlet>=0.3.1 PasteDeploy==1.5.0 paste |