From c29924ce411a966d88cb75be5cbb14fa34b27c2f Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 2 Apr 2013 17:18:43 -0700 Subject: [PATCH] Restrict prettytable to >=0.6,<0.8. Match the openstack/requirements version of prettytable in pip-requires to avoid version conflicts. Change-Id: I78f3c6ef9a9a8d35939eb100827e429c12a0a60d --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index 71ae740d1..24697711e 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,6 +1,6 @@ argparse iso8601>=0.1.4 -prettytable +prettytable>=0.6,<0.8 requests>=0.8.8 simplejson oslo.config>=1.1.0