* Require six

This commit is contained in:
Matthew Honnibal 2015-02-01 16:24:50 +11:00
parent c260180207
commit d1a5091052

View File

@ -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"],
)