From 68422a77419c84f563ee2acf7387d1ed930d7bfa Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Mon, 11 Nov 2019 12:01:19 -0600 Subject: [PATCH] Cap gunicorn for py27 Change-Id: I043b5ec82a75e7560448f0925a33038b9e6f859d Signed-off-by: Sean McGinnis --- global-requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index 142dfe0d62..3adf74757c 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -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