Unverified Commit aff5032d authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #259310 from kalekseev/fix/ruff-lsp-deps

ruff-lsp: fix deps
parents cdcd9acb 268bd122
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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