diff options
| author | John Griffith <john.griffith@solidfire.com> | 2013-04-02 17:12:22 -0600 |
|---|---|---|
| committer | John Griffith <john.griffith@solidfire.com> | 2013-04-03 09:17:11 -0600 |
| commit | c83e4a4ba9b8bb66fb2ace91e123d30f16bcc5c1 (patch) | |
| tree | 6c8e93739618b32f2a065396a90f21ee0f622096 | |
| parent | 03a4806d972ac150e717451566e9c4c35a141d8f (diff) | |
| download | python-cinderclient-c83e4a4ba9b8bb66fb2ace91e123d30f16bcc5c1.tar.gz | |
Pin prettytable versions
pip-requires doesn't have any restrictions on prettytable.
We should match up with the pinned version in other projects.
In addition to avoid this problem in the future updated simplejson
to match openstack/requirements as well.
Change-Id: Iabf7ee8b0fd253447d1a65bc1b12906d26176286
| -rw-r--r-- | tools/pip-requires | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index e708630..88b00d2 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,4 +1,4 @@ argparse -prettytable +prettytable>=0.6,<0.8 requests>=0.8 -simplejson +simplejson>=2.0.9 |
