Bump up cmd2 minimum version to 0.8.0

This commit bumps up the cmd2 minimum version to 0.8.0. In cmd2 0.8.0,
they removed some commands[0] such as `run` which is conflicted with
the stestr subcommand. To keep the consistent behavior, it's good to bump
up this version.

[0] https://github.com/python-cmd2/cmd2/blob/master/CHANGELOG.md#080-february-1-2018

Change-Id: Ie5e5a809dd94cb1d996d8c093ee01ca9b503dc99
This commit is contained in:
Masayuki Igawa 2018-02-27 13:44:24 +00:00
parent 30b30cd556
commit b75ed3580a
No known key found for this signature in database
GPG Key ID: 290F53EDC899BF89

View File

@ -19,7 +19,7 @@ ceilometermiddleware>=1.1.0 # Apache-2.0
cachetools>=2.0.0 # MIT License
cffi>=1.7.0 # MIT
cliff>=2.8.0,!=2.9.0 # Apache-2.0
cmd2>=0.6.7 # MIT
cmd2>=0.8.0 # MIT
cotyledon>=1.3.0 # Apache-2.0
construct>=2.8.10 # MIT
PuLP>=1.4.1 # MIT