File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 77import socketserver
88import threading
99
10- from pyls_jsonrpc .dispatchers import MethodDispatcher
11- from pyls_jsonrpc .endpoint import Endpoint
12- from pyls_jsonrpc .streams import JsonRpcStreamReader , JsonRpcStreamWriter
10+ from pylsp_jsonrpc .dispatchers import MethodDispatcher
11+ from pylsp_jsonrpc .endpoint import Endpoint
12+ from pylsp_jsonrpc .streams import JsonRpcStreamReader , JsonRpcStreamWriter
1313
1414from . import lsp , _utils , uris
1515from .config import config
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ def get_version(module='pylsp'):
2727
2828install_requires = [
2929 'jedi>=0.17.2,<0.19.0' ,
30- 'python-jsonrpc-server>=0.4 .0' ,
30+ 'python-lsp-jsonrpc>=1.0 .0' ,
3131 'pluggy' ,
3232 'ujson>=3.0.0'
3333]
Original file line number Diff line number Diff line change 77import sys
88from threading import Thread
99
10- from pyls_jsonrpc .exceptions import JsonRpcMethodNotFound
10+ from pylsp_jsonrpc .exceptions import JsonRpcMethodNotFound
1111import pytest
1212
1313from pylsp .python_lsp import start_io_lang_server , PythonLSPServer
You can’t perform that action at this time.
0 commit comments