diff --git a/setup.py b/setup.py index 75c29f20e..f9e95830a 100644 --- a/setup.py +++ b/setup.py @@ -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',