update cmd2 dependency to handle py3 only versions

cmd2 released a python3 only version of itself. We need to update
requirements to handle it. This updates requirements to match
requirements. See https://review.openstack.org/570811 for more details.

Change-Id: I78f04e651a65f3d334fc8b38168fad00301d79f3
This commit is contained in:
Ben Nemec 2018-05-31 17:09:17 +00:00
parent 22e10bc884
commit 199fb06abd
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@
appdirs>=1.3.0 # MIT License
Babel!=2.4.0,>=2.3.4 # BSD
cliff!=2.9.0,>=2.8.0 # Apache-2.0
cmd2>=0.8.0 # MIT
cmd2!=0.8.3,<0.9.0;python_version<'3.0' # MIT
cmd2!=0.8.3;python_version>='3.0' # MIT
debtcollector>=1.2.0 # Apache-2.0
funcsigs>=1.0.0;python_version=='2.7' or python_version=='2.6' # Apache-2.0
iso8601>=0.1.11 # MIT