From b40f3e87cb961c0a42ba4a9747f98c4638b6451c Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Tue, 26 Feb 2013 12:14:15 +0000 Subject: [PATCH] Unpin PasteDeploy dependency version Fixes bug #1133262 There are no newer releases of PasteDeploy than 1.5.0 and we have no reason to believe newer versions will break us. Indeed, if an incompatible version is released, we will want to know about it quickly. Change-Id: I331b33b16ea50202886b19bf5c4060d9fa46d5ec --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index 1f91e1ec17..4749142bd0 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,5 +1,5 @@ Paste -PasteDeploy==1.5.0 +PasteDeploy>=1.5.0 Routes>=1.12.3 amqplib==0.6.1 anyjson>=0.2.4