Bump cliff requirements to >=2.2.0

cliff 2.2.0 suports the formattable columns concept [1].
The feature is required to make JSON or other machine readable format
more useful in OSC or other cliff-based CLI implementation.

Note that we already specify cliff 2.2.0 in upper-constraints.txt.

[1] https://review.openstack.org/#/c/330223/

Change-Id: I39e6af731a2984f7c9b4f61dcccd8f64ffc000aa
This commit is contained in:
Akihiro Motoki 2016-10-01 16:12:08 +00:00
parent 14a9b9772b
commit b4f49427b7

@ -17,7 +17,7 @@ castellan>=0.4.0 # Apache-2.0
ceilometermiddleware>=0.1.0 # Apache-2.0
cachetools>=1.1.0 # MIT License
cffi # MIT
cliff!=1.16.0,!=1.17.0,>=1.15.0 # Apache-2.0
cliff>=2.2.0 # Apache-2.0
cmd2>=0.6.7 # MIT
PuLP>=1.4.1 # MIT
contextlib2>=0.4.0 # PSF License