From d1a5091052812d9ffcb91c99b8af28b919945400 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sun, 1 Feb 2015 16:24:50 +1100 Subject: [PATCH] * Require six --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 62be3d25b..7e33c2361 100644 --- a/setup.py +++ b/setup.py @@ -103,7 +103,7 @@ def run_setup(exts): ext_modules=exts, license="Dual: Commercial or AGPL", install_requires=['numpy', 'murmurhash', 'cymem', 'preshed', 'thinc', - "unidecode", 'wget', 'plac'], + "unidecode", 'wget', 'plac', 'six'], setup_requires=["headers_workaround"], )