* Require plac

This commit is contained in:
Matthew Honnibal 2015-01-31 13:50:40 +11:00
parent 951684c4ac
commit a3955fd8d5
2 changed files with 2 additions and 1 deletions

View File

@ -6,3 +6,4 @@ murmurhash
unidecode
numpy
wget
plac

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'],
"unidecode", 'wget', 'plac'],
setup_requires=["headers_workaround"],
)