summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDirk Mueller <dirk@dmllr.de>2013-02-22 16:11:12 +0100
committerDirk Mueller <dirk@dmllr.de>2013-03-15 17:38:04 +0100
commit31960f0a8584802852d97ec8ce27b5516b32d63b (patch)
tree4a3fe74b9d00f155c47c84019b945c293600f0c8 /tools
parent6c7fb0e46cd34b1f9b90d0de052c5fe01fc7b725 (diff)
downloadpython-glanceclient-31960f0a8584802852d97ec8ce27b5516b32d63b.tar.gz
Allow for prettytable 0.7.x as well
Relax requirements to >= 0.6, < 0.8, as 0.7.x seems to work as well. Added testcase to ensure this. Change-Id: I1a1a709e6053451b1256a0d78f8fe8562fb10e62
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 e5a9941..7aaf5da 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -1,5 +1,5 @@
argparse
-prettytable>=0.6,<0.7
+prettytable>=0.6,<0.8
python-keystoneclient>=0.1.2,<1
pyOpenSSL
warlock>=0.7.0,<2