From e61f0a68c42173334627e3217529b7e6367ccf42 Mon Sep 17 00:00:00 2001 From: Umair Khan Date: Tue, 19 Jul 2016 09:40:03 +0500 Subject: [PATCH] Add six library to setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 79e3f20..e276339 100755 --- a/setup.py +++ b/setup.py @@ -51,7 +51,8 @@ setup(name='talon', "scikit-learn==0.16.1", # pickled versions of classifier, else rebuild 'chardet>=1.0.1', 'cchardet>=0.3.5', - 'cssselect' + 'cssselect', + 'six>=1.10.0', ], tests_require=[ "mock",