Cap gunicorn for py27

Change-Id: I043b5ec82a75e7560448f0925a33038b9e6f859d
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2019-11-11 12:01:19 -06:00
parent 9d5d92e6ef
commit 68422a7741
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8

View File

@ -78,7 +78,8 @@ graphviz!=0.5.0 # MIT License
greenlet!=0.4.14 # MIT
GitPython<2.1.12;python_version<'3.0' # BSD License (3 clause)
GitPython;python_version>='3.0' # BSD License (3 clause)
gunicorn # MIT
gunicorn<2.0.0;python_version<'3.0' # MIT
gunicorn;python_version>='3.0' # MIT
happybase!=0.7,!=1.0.0;python_version=='2.7' # MIT
heat-translator # Apache-2.0
horizon # Apache-2.0