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

ruff-lsp: fix deps
This commit is contained in:
figsoda 2023-10-08 13:39:04 -04:00 committed by GitHub
commit aff5032dfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,12 +3,12 @@
, pythonOlder , pythonOlder
, buildPythonPackage , buildPythonPackage
, fetchFromGitHub , fetchFromGitHub
, fetchpatch
, ruff , ruff
, pygls , pygls
, lsprotocol , lsprotocol
, hatchling , hatchling
, typing-extensions , typing-extensions
, packaging
, pytestCheckHook , pytestCheckHook
, python-lsp-jsonrpc , python-lsp-jsonrpc
, pytest-asyncio , pytest-asyncio
@ -37,6 +37,7 @@ buildPythonPackage rec {
]; ];
propagatedBuildInputs = [ propagatedBuildInputs = [
packaging
pygls pygls
lsprotocol lsprotocol
typing-extensions typing-extensions