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
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user