Cap gunicorn for py27
Change-Id: I043b5ec82a75e7560448f0925a33038b9e6f859d Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
parent
9d5d92e6ef
commit
68422a7741
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user