File tree Expand file tree Collapse file tree 5 files changed +5
-12
lines changed Expand file tree Collapse file tree 5 files changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: jupyterlab-lsp
2
2
3
3
channels :
4
4
- conda-forge
5
- - defaults
5
+ - nodefaults
6
6
7
7
dependencies :
8
8
# runtime dependencies
@@ -12,11 +12,7 @@ dependencies:
12
12
# build dependencies
13
13
- nodejs >=10.12,<15
14
14
# for python language server (and development)
15
- - black
16
15
- flake8 >=3.5
17
- # isort 5.0 has breaking API changes which affect (among others) pylint and nblint;
18
- # the pin should be removed once https://github.com/PyCQA/pylint/pull/3725 is merged
19
- # see https://github.com/krassowski/jupyterlab-lsp/pull/291
20
16
- pip
21
17
- pylint
22
18
- pyls-black
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: jupyterlab-lsp
2
2
3
3
channels :
4
4
- conda-forge
5
- - defaults
5
+ - nodefaults
6
6
7
7
dependencies :
8
8
- robotframework-seleniumlibrary
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: jupyterlab-lsp-docs
2
2
3
3
channels :
4
4
- conda-forge
5
- - defaults
5
+ - nodefaults
6
6
7
7
dependencies :
8
8
- nbsphinx
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: jupyterlab-lsp
2
2
3
3
channels :
4
4
- conda-forge
5
- - defaults
5
+ - nodefaults
6
6
7
7
dependencies :
8
8
- jupyterlab {lab}
Original file line number Diff line number Diff line change @@ -2,13 +2,10 @@ name: jupyterlab-lsp
2
2
3
3
channels :
4
4
- conda-forge
5
- - defaults
5
+ - nodefaults
6
6
7
7
dependencies :
8
8
- black
9
- # isort 5.0 has breaking API changes which affect (among others) pylint and nblint;
10
- # the pin should be removed once https://github.com/PyCQA/pylint/pull/3725 is merged
11
- # see https://github.com/krassowski/jupyterlab-lsp/pull/291
12
9
- isort
13
10
- mypy
14
11
- robotframework-lint >=1.1
You can’t perform that action at this time.
0 commit comments