Merge branch 'develop' of https://github.com/explosion/spaCy into develop

This commit is contained in:
Matthew Honnibal 2017-03-08 14:34:48 +01:00
commit 77f0594761
2 changed files with 3 additions and 1 deletions

View File

@ -10,3 +10,4 @@ six
ujson>=1.35 ujson>=1.35
cloudpickle cloudpickle
sputnik>=0.9.2,<0.10.0 sputnik>=0.9.2,<0.10.0
dill>=0.2,<0.3

View File

@ -241,7 +241,8 @@ def setup_package():
'cloudpickle', 'cloudpickle',
'pathlib', 'pathlib',
'sputnik>=0.9.2,<0.10.0', 'sputnik>=0.9.2,<0.10.0',
'ujson>=1.35'], 'ujson>=1.35',
'dill>=0.2,<0.3'],
classifiers=[ classifiers=[
'Development Status :: 5 - Production/Stable', 'Development Status :: 5 - Production/Stable',
'Environment :: Console', 'Environment :: Console',