Freeze cmd2 library on python2

The cmd2-0.9.0 is python3-only. Let's freeze the cmd2<0.9.0 as
recommended in https://pypi.org/project/cmd2/ while allowing any newer version on python 3+.

Change-Id: Iece9db840e606fc1d4366a0313dbe170385bc622
This commit is contained in:
Sorin Sbarnea 2018-05-30 17:46:53 +01:00
parent 9723c6ba19
commit e599c97e65
No known key found for this signature in database
GPG Key ID: B85725D917D27B8A
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
cmd2!=0.8.3,<0.9.0;python_version<'3.0' # MIT
cmd2!=0.8.3;python_version>='3.0' # MIT
bandit>=1.1.0 # Apache-2.0
bashate>=0.2
coverage