From 5cc05e28785a2be4a7bea89e1c73939e9c76facd Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Tue, 26 Feb 2013 12:12:40 +0000 Subject: 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(-) (limited to 'tools') diff --git a/tools/pip-requires b/tools/pip-requires index 3496fc2d9..f80b1ff76 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -10,7 +10,7 @@ lxml>=2.3 routes>=1.12.3 WebOb==1.2.3 greenlet>=0.3.1 -PasteDeploy==1.5.0 +PasteDeploy>=1.5.0 paste sqlalchemy-migrate>=0.7.2 netaddr -- cgit