File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies:
19
19
- pyls-black
20
20
- pyls-isort
21
21
- pyls-mypy
22
- - python-language -server
22
+ - python-lsp -server
23
23
- ruamel_yaml
24
24
# for R language server and kernel
25
25
- r
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies:
17
17
- pandas
18
18
- pytest-check-links
19
19
- myst-nb
20
- - python-language -server
20
+ - python-lsp -server
21
21
- sphinx
22
22
- sphinx-autodoc-typehints
23
23
- sphinx-copybutton
Original file line number Diff line number Diff line change @@ -35,8 +35,4 @@ dependencies:
35
35
- geckodriver
36
36
- robotframework >=4
37
37
- robotframework-seleniumlibrary
38
- # TODO: remove when jedi vs IPython vs python-language-server is resolved
39
- - jedi <0.18
40
- - ipython <7.20 # higher basically broken _without_ jedi 0.18
41
- - python-language-server ==0.36.2
42
- - autopep8 <1.5.6 # higher requires pycodestyle incompatible with python-language-server
38
+ - python-lsp-server
You can’t perform that action at this time.
0 commit comments