diff options
author | Clark Boylan <clark.boylan@gmail.com> | 2013-04-02 17:18:43 -0700 |
---|---|---|
committer | Clark Boylan <clark.boylan@gmail.com> | 2013-04-02 17:18:43 -0700 |
commit | c29924ce411a966d88cb75be5cbb14fa34b27c2f (patch) | |
tree | dc42b9fcddfae9a01c2d992287763c1ab29707bf | |
parent | 3a3e2540ff10a78ca9b4dde98671f6fd970e6568 (diff) | |
download | python-keystoneclient-c29924ce411a966d88cb75be5cbb14fa34b27c2f.tar.gz |
Restrict prettytable to >=0.6,<0.8.
Match the openstack/requirements version of prettytable in pip-requires
to avoid version conflicts.
Change-Id: I78f3c6ef9a9a8d35939eb100827e429c12a0a60d
-rw-r--r-- | tools/pip-requires | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index 71ae740..2469771 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 |