mirror of https://github.com/explosion/spaCy.git
added ujson dependency to setup.py
This commit is contained in:
parent
e80944276f
commit
452b766d82
3
setup.py
3
setup.py
|
@ -202,7 +202,8 @@ def setup_package():
|
||||||
'six',
|
'six',
|
||||||
'cloudpickle',
|
'cloudpickle',
|
||||||
'pathlib',
|
'pathlib',
|
||||||
'sputnik>=0.9.2,<0.10.0'],
|
'sputnik>=0.9.2,<0.10.0',
|
||||||
|
'ujson>=1.35'],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 5 - Production/Stable',
|
'Development Status :: 5 - Production/Stable',
|
||||||
'Environment :: Console',
|
'Environment :: Console',
|
||||||
|
|
Loading…
Reference in New Issue