Merge pull request #259310 from kalekseev/fix/ruff-lsp-deps
ruff-lsp: fix deps
This commit is contained in:
commit
aff5032dfb
1 changed files with 2 additions and 1 deletions
|
@ -3,12 +3,12 @@
|
|||
, pythonOlder
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, fetchpatch
|
||||
, ruff
|
||||
, pygls
|
||||
, lsprotocol
|
||||
, hatchling
|
||||
, typing-extensions
|
||||
, packaging
|
||||
, pytestCheckHook
|
||||
, python-lsp-jsonrpc
|
||||
, pytest-asyncio
|
||||
|
@ -37,6 +37,7 @@ buildPythonPackage rec {
|
|||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
packaging
|
||||
pygls
|
||||
lsprotocol
|
||||
typing-extensions
|
||||
|
|
Loading…
Reference in a new issue