Change global requirements forcing cliff!=1.16.0

Cliff 1.16.0 won't work on Windows since it tries
to use fcntl.ioctl that is not available on
Windows (Bug report on cliff: #1543958)

Change-Id: Ib0ac9a474ff21881dcca2e9112eec956e1b6ae4c
This commit is contained in:
Adelina Tuvenie 2016-02-10 12:44:16 +02:00
parent bad1de5857
commit d97b280fb8

View File

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