From 452b766d827b4265cddc4e123cc449a835d59f60 Mon Sep 17 00:00:00 2001 From: Adam Ever Hadani Date: Thu, 20 Oct 2016 14:57:18 -0700 Subject: [PATCH] added ujson dependency to setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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',