summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChris Krelle <nobodycam@gmail.com>2013-03-22 12:48:14 -0700
committerChris Krelle <nobodycam@gmail.com>2013-03-22 12:48:14 -0700
commit54d4b1d355bd8be9ac358eadc425e3495d786e45 (patch)
tree527fc163472d484b4b9a8855ebca79c1882a216a /tools
parent609cbcef17cd0051ecb86bc60a29cf9c2be2517f (diff)
downloadpython-novaclient-54d4b1d355bd8be9ac358eadc425e3495d786e45.tar.gz
Update tools/pip-requires for prettytable
changes pip-requires from: prettytable>=0.6,<0.7 to: prettytable>=0.6,<0.8 Change-Id: Ic04d38078ad06e43947b5e98b26576a4c51dbbb0 Authored-by: Chris Krelle <nobodycam@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/pip-requires2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pip-requires b/tools/pip-requires
index ee904d4a..e06e6f8e 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -1,5 +1,5 @@
argparse
iso8601>=0.1.4
-prettytable>=0.6,<0.7
+prettytable>=0.6,<0.8
requests>=0.8
simplejson