From 860c3eb350666b68f21427ffc680ca498e7c34e0 Mon Sep 17 00:00:00 2001 From: Carlos Cordoba Date: Sun, 17 Nov 2019 18:20:30 -0500 Subject: [PATCH] Increase minimal python-jsonrpc-server version (#697) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b2a01086..7671ea69 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.14.1,<0.16', - 'python-jsonrpc-server>=0.1.0', + 'python-jsonrpc-server>=0.3.0', 'pluggy', 'ujson<=1.35' ],