diff options
author | Monty Taylor <mordred@inaugust.com> | 2012-07-26 12:08:04 -0500 |
---|---|---|
committer | Monty Taylor <mordred@inaugust.com> | 2012-07-26 12:08:04 -0500 |
commit | 41ce1b839a4f0fc36372db7e9855c8f7689f9fda (patch) | |
tree | a1427ead9042789b1092674600cde28974df22fc /tools | |
parent | c41f5f643af136ccb9cdc40902a6cebfdebaa518 (diff) | |
download | python-novaclient-41ce1b839a4f0fc36372db7e9855c8f7689f9fda.tar.gz |
Relex prettytable depend to match glanceclient.
Change-Id: Ic820a3cef791455a78e2aaa9e20c7ee42bed33a8
Diffstat (limited to 'tools')
-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 a3fccff7..97b9a58c 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,4 +1,4 @@ argparse httplib2 -prettytable==0.6 +prettytable>=0.6,<0.7 simplejson |