diff options
| author | Mark McLoughlin <markmc@redhat.com> | 2013-02-26 11:59:54 +0000 |
|---|---|---|
| committer | Mark McLoughlin <markmc@redhat.com> | 2013-02-26 11:59:54 +0000 |
| commit | 76df82e9f547ad98c71094617cdbb7d0d0ec103e (patch) | |
| tree | 7f55e3dbf3f70554aa0c104feb66fe79ef537ce8 | |
| parent | 30197d76fe61bf08207bc57f0f95f010116c109f (diff) | |
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
| -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 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 |
