From 65d986e49e5158463e3297123f16fdcb9cd287cd Mon Sep 17 00:00:00 2001 From: Carles-Figuerola Date: Tue, 19 May 2020 11:00:37 -0500 Subject: [PATCH] Lock whitenoise dependency version Whitenoise starting at 5.0.0 (10/12/2019) does not support python2.7 anymore and fails building. Locking to latest version that supports python2.7 https://pypi.org/project/whitenoise/5.0/ --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9c7978225..7e4618fbb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -48,7 +48,7 @@ cairocffi git+git://github.com/graphite-project/whisper.git#egg=whisper # Ceres is optional # git+git://github.com/graphite-project/ceres.git#egg=ceres -whitenoise +whitenoise==4.1.4 scandir urllib3 six