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
This commit is contained in:
Brian Waldon
2013-02-17 16:08:53 -08:00
parent 0879059691
commit 448c8ff6b3

View File

@@ -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