mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-13 10:46:29 +03:00
* Require plac
This commit is contained in:
parent
951684c4ac
commit
a3955fd8d5
|
@ -6,3 +6,4 @@ murmurhash
|
||||||
unidecode
|
unidecode
|
||||||
numpy
|
numpy
|
||||||
wget
|
wget
|
||||||
|
plac
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -103,7 +103,7 @@ def run_setup(exts):
|
||||||
ext_modules=exts,
|
ext_modules=exts,
|
||||||
license="Dual: Commercial or AGPL",
|
license="Dual: Commercial or AGPL",
|
||||||
install_requires=['numpy', 'murmurhash', 'cymem', 'preshed', 'thinc',
|
install_requires=['numpy', 'murmurhash', 'cymem', 'preshed', 'thinc',
|
||||||
"unidecode", 'wget'],
|
"unidecode", 'wget', 'plac'],
|
||||||
setup_requires=["headers_workaround"],
|
setup_requires=["headers_workaround"],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user