diff options
| author | Brian Waldon <bcwaldon@gmail.com> | 2012-07-17 15:29:51 -0700 |
|---|---|---|
| committer | Brian Waldon <bcwaldon@gmail.com> | 2012-07-17 15:29:57 -0700 |
| commit | c201f24d5ad0a4ad008921664d956b7d0ac2dd61 (patch) | |
| tree | f311c62f0e14c64398a63f44915166b71ca2a713 | |
| parent | 53acf1a0ca70c900267286a249e476fffe078a9f (diff) | |
| download | python-glanceclient-c201f24d5ad0a4ad008921664d956b7d0ac2dd61.tar.gz | |
Relax prettytable dependency to v0.6.X from v0.6
Change-Id: Ide7247ba444b60179d9c76c43dfaa43c025b69c9
| -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 f517a02..be32c44 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,4 +1,4 @@ argparse httplib2 -prettytable==0.6 +prettytable>=0.6,<0.7 python-keystoneclient>=0.1,<0.2 |
