Skip to content

Commit 860c3eb

Browse files
authored
Increase minimal python-jsonrpc-server version (#697)
1 parent f02235e commit 860c3eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
'future>=0.14.0; python_version<"3"',
3737
'backports.functools_lru_cache; python_version<"3.2"',
3838
'jedi>=0.14.1,<0.16',
39-
'python-jsonrpc-server>=0.1.0',
39+
'python-jsonrpc-server>=0.3.0',
4040
'pluggy',
4141
'ujson<=1.35'
4242
],

0 commit comments

Comments
 (0)