From 59735bf10da67b1611ae6e6b34f282512b8b63bf Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Fri, 7 Nov 2014 15:15:43 +0100 Subject: [PATCH] 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 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 54ea795079..287935a705 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