From c83e4a4ba9b8bb66fb2ace91e123d30f16bcc5c1 Mon Sep 17 00:00:00 2001
From: John Griffith <john.griffith@solidfire.com>
Date: Tue, 2 Apr 2013 17:12:22 -0600
Subject: [PATCH] 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
---
 tools/pip-requires | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/pip-requires b/tools/pip-requires
index e7086300c..88b00d27d 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