added ujson dependency to setup.py

This commit is contained in:
Adam Ever Hadani 2016-10-20 14:57:18 -07:00
parent e80944276f
commit 452b766d82

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',