summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBrian Waldon <bcwaldon@gmail.com>2013-02-17 16:08:53 -0800
committerBrian Waldon <bcwaldon@gmail.com>2013-02-18 20:10:55 -0800
commit448c8ff6b3cf54e3ebe3cfebc76514f4d03b80e9 (patch)
tree75fd995abcf6f499dd99110c35e8a6714c3b11fc /tools
parent087905969160f71f64271d75bde9d8753f9b526f (diff)
downloadpython-neutronclient-448c8ff6b3cf54e3ebe3cfebc76514f4d03b80e9.tar.gz
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
Diffstat (limited to 'tools')
-rw-r--r--tools/pip-requires2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pip-requires b/tools/pip-requires
index 59ee8fa..cfa62bb 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