Merge "Apply cmd2 upper bound to python3"

This commit is contained in:
Zuul 2019-01-09 08:05:02 +00:00 committed by Gerrit Code Review
commit 0594b9e71e
2 changed files with 3 additions and 6 deletions

View File

@ -20,8 +20,8 @@ ceilometermiddleware # Apache-2.0
cachetools # MIT License
cffi # MIT
cliff!=2.9.0 # Apache-2.0
cmd2!=0.8.3,<0.9.0;python_version<'3.0' # MIT
cmd2!=0.8.3;python_version>='3.0' # MIT
# NOTE(mordred) python-openstackclient is broken due to bug 1810213
cmd2!=0.8.3,<0.9.0 # MIT
confluent-kafka # Apache-2.0
cotyledon # Apache-2.0
construct<2.9 # MIT

View File

@ -414,10 +414,7 @@ Django===2.0.10;python_version=='3.4'
Django===2.0.10;python_version=='3.5'
Django===2.0.10;python_version=='3.6'
pexpect===4.6.0
cmd2===0.8.9;python_version=='2.7'
cmd2===0.9.6;python_version=='3.4'
cmd2===0.9.6;python_version=='3.5'
cmd2===0.9.6;python_version=='3.6'
cmd2===0.8.9
redis===3.0.1
jmespath===0.9.3
atomicwrites===1.2.1