From 3d97c57b6e6710d6931e92495eb026d4b99849b0 Mon Sep 17 00:00:00 2001 From: Kelley Spoon Date: Sat, 2 May 2020 13:20:23 -0500 Subject: gunicorn: version lock to 19.7.1 Need to version lock to 19.7.1 due to python2 support. 19.9.0 explicitly calls python3, which can't find django installed for python2.7 Change-Id: Ic1205c0b651afcc422f9bcc1798b148a09f4e2f2 Reviewed-on: https://review.linaro.org/c/infrastructure/linaro-license-protection/+/35003 Reviewed-by: Kelley Spoon --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 76df38f..e31191e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,3 +14,4 @@ requests testrepository textile whitenoise==5.0 +gunicorn==19.7.1 -- cgit v1.2.3