From a49c30a92dd6f161a8a9ee8d2ccdd9448d33e3d4 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Mon, 18 Sep 2017 09:34:31 +0100 Subject: [PATCH] Remove six dependency six is used for Python 2/3 compatibility. We never run under Python 2. --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0b1bd52a6..a13eb7234 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,6 @@ pyexcel-xls==0.5.0 pyexcel-xlsx==0.5.0.1 pyexcel-ods3==0.5.0 pytz==2017.2 -six==1.10.0 gunicorn==19.7.1 whitenoise==3.3.0 #manages static assets