From fff715380c0dda29cea716c8da7224e81cd1fe51 Mon Sep 17 00:00:00 2001 From: Lilferrit Date: Mon, 7 Oct 2024 19:27:37 -0700 Subject: [PATCH] pylance depthcharge compatability fix --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 413db245..d6a03135 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,7 @@ dependencies = [ "pandas", "psutil", "PyGithub", + "pylance==0.15.0", "PyYAML", "requests", "rich-click>=1.6.1",