Merge pull request #545 from adamhadani/feature/ah-fix-ujson-deps

added ujson dependency to setup.py
This commit is contained in:
Matthew Honnibal 2016-10-21 08:58:48 +11:00 committed by GitHub
commit fd0587d369

View File

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