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:
Mark McLoughlin
2013-02-26 11:59:54 +00:00
parent 30197d76fe
commit 76df82e9f5
+1 -1
View File
@@ -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