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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user