From 65875e6dd21a04afe5cf611edfc341090e325b0e Mon Sep 17 00:00:00 2001 From: zerocewl Date: Thu, 10 Sep 2020 09:39:56 +0200 Subject: [PATCH] Pinned `python-jsonrpc-server` to < 0.4 Pinned `python-jsonrpc-server` to < 0.4 to avoid ujson error --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ca372f8b..6d11a3fb 100755 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ 'future>=0.14.0; python_version<"3"', 'backports.functools_lru_cache; python_version<"3.2"', 'jedi>=0.17.0,<0.18.0', - 'python-jsonrpc-server>=0.3.2', + 'python-jsonrpc-server>=0.3.2,<0.4', 'pluggy', 'ujson<=1.35; platform_system!="Windows"' ],