summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJohn Griffith <john.griffith@solidfire.com>2013-04-02 17:12:22 -0600
committerJohn Griffith <john.griffith@solidfire.com>2013-04-03 09:17:11 -0600
commitc83e4a4ba9b8bb66fb2ace91e123d30f16bcc5c1 (patch)
tree6c8e93739618b32f2a065396a90f21ee0f622096 /tools
parent03a4806d972ac150e717451566e9c4c35a141d8f (diff)
downloadpython-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
Diffstat (limited to 'tools')
-rw-r--r--tools/pip-requires4
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