From a10c1c2f8687da0d6f756ad126c1989afad154ac Mon Sep 17 00:00:00 2001 From: Ami Rahav Date: Mon, 18 Sep 2017 19:27:49 -0400 Subject: [PATCH] Version constrain six see https://github.com/benjaminp/six/issues/210 --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ed36469753f..df26c5553a3 100644 --- a/setup.py +++ b/setup.py @@ -129,7 +129,10 @@ "django-bootstrap3-datetimepicker>=2.2.3", # AWS S3 dependencies - "django-storages>=1.1.8" + "django-storages>=1.1.8", + + # https://github.com/benjaminp/six/issues/210 + "six==1.10.0" ], zip_safe=False, )