From 76df82e9f547ad98c71094617cdbb7d0d0ec103e Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Tue, 26 Feb 2013 11:59:54 +0000 Subject: Unpin routes dependency version Fixes bug #1133258 It looks like we should be fine with 1.13 and have no reason to expect future versions will break us. Cinder and Quantum both require >=1.12.3 too. Change-Id: Ice0649d98e2a46505503072c07509fe274f195b6 --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index d9326cb46..3496fc2d9 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -7,7 +7,7 @@ boto eventlet>=0.9.17 kombu>=1.0.4 lxml>=2.3 -routes==1.12.3 +routes>=1.12.3 WebOb==1.2.3 greenlet>=0.3.1 PasteDeploy==1.5.0 -- cgit