summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColleen Murphy <colleen@puppetlabs.com>2014-11-07 15:15:43 +0100
committerColleen Murphy <colleen@puppetlabs.com>2014-11-07 15:48:40 +0100
commit59735bf10da67b1611ae6e6b34f282512b8b63bf (patch)
tree668f5c9b6a9286a40754e8be56802ddd683f6673
parent631ed3c8026e6b4539e7a8bf4adb8d2a7239b36a (diff)
downloadpython-openstackclient-59735bf10da67b1611ae6e6b34f282512b8b63bf.tar.gz
Add cliff-tablib to requirements
cliff-tablib gives cliff the ability to format list and show output in html, json, or yaml (http://cliff-tablib.readthedocs.org/). This patch adds cliff-tablib to requirements.txt so that it can be installed along with cliff. Change-Id: I4daab97642482e6f40cd8209ff5edd9c680092c0
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 54ea7950..287935a7 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,6 +6,7 @@ six>=1.7.0
Babel>=1.3
cliff>=1.7.0 # Apache-2.0
+cliff-tablib>=1.0
oslo.i18n>=1.0.0 # Apache-2.0
oslo.utils>=1.0.0 # Apache-2.0
oslo.serialization>=1.0.0 # Apache-2.0