Merge remote-tracking branch 'refs/remotes/honnibal/master'

This commit is contained in:
maxirmx 2015-10-13 11:28:17 +03:00
commit 1b8fd329b8
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -163,7 +163,7 @@ def run_setup(exts):
license="MIT",
install_requires=['numpy', 'murmurhash', 'cymem >= 1.11', 'preshed >= 0.42',
'thinc == 3.3', "text_unidecode", 'wget', 'plac', 'six',
'ujson'],
'ujson', 'cloudpickle'],
setup_requires=["headers_workaround"],
cmdclass = {'build_ext': build_ext_subclass },
)