From 448c8ff6b3cf54e3ebe3cfebc76514f4d03b80e9 Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Sun, 17 Feb 2013 16:08:53 -0800 Subject: [PATCH] Match other python-*client prettytable dependency The other openstack clients use prettytable>=0.6,<0.7. For several reasons (primarily a lack of support in pip), we will match that here. Change-Id: Id4fb08ae48a65666014c96a22baefe46a771b002 --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index 59ee8fa34..cfa62bb55 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -2,6 +2,6 @@ argparse cliff>=1.2.1 httplib2 iso8601 -prettytable>=0.6.0 +prettytable>=0.6,<0.7 pyparsing>=1.5.6,<2.0 simplejson