Add cliff-tablib to requirements.txt

If you manually generate CLI reference documents without
cliff-tablib installed, all commands that allow you to specify
a '-f <format>' option will not have 'html' as one of the
supported values. For example, the diff will look like:

-   [-f {csv,html,json,table,value,yaml}]
+   [-f {csv,json,table,value,yaml}]

cliff-tablib has been added to the requirements to avoid this.

Change-Id: I0a655e25922788a4266ff201aa3574fc2e65a0ea
This commit is contained in:
Peter Stachowski 2016-04-24 13:14:09 +00:00
parent 22201b96bf
commit c1706eb746

@ -10,3 +10,4 @@ oslo.config>=3.9.0 # Apache-2.0
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
demjson # GNU LGPL 3.0
PyYAML>=3.1.0 # MIT
cliff-tablib>=1.0 # Apache-2.0