* Add cloudpickle requirement

This commit is contained in:
Matthew Honnibal 2015-10-13 19:05:20 +11:00
parent 7673e3a32c
commit d74a1e51d7
2 changed files with 2 additions and 1 deletions

View File

@ -10,3 +10,4 @@ wget
plac
six
ujson
cloudpickle

View File

@ -124,7 +124,7 @@ def run_setup(exts):
license="MIT",
install_requires=['numpy', 'murmurhash', 'cymem >= 1.11', 'preshed >= 0.41',
'thinc == 3.3', "text_unidecode", 'wget', 'plac', 'six',
'ujson'],
'ujson', 'cloudpickle'],
setup_requires=["headers_workaround"],
)