From 77b41aa85128f13ad8126d7ce48a016f800933d0 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Wed, 15 Mar 2017 13:13:14 +0000 Subject: [PATCH] =?UTF-8?q?Pin=20six=20to=20a=20version=20that=E2=80=99s?= =?UTF-8?q?=20more=20likely=20to=20work?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Everything is fine and happy locally and on Jenkins. Getting a `cannot import name viewkeys` error on AWS. Based on some Googling, it’s possible that this will fix it. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 8dbae3bf1..c655d97d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,6 +19,7 @@ pyexcel-xls==0.1.0 pyexcel-xlsx==0.1.0 pyexcel-ods3==0.1.1 pytz==2016.4 +six==1.10.0 wand==0.4.4 gunicorn==19.6.0 whitenoise==1.0.6 #manages static assets