From edec6142bf34a66bf9ff9b3f2b32d3097d688e3d Mon Sep 17 00:00:00 2001 From: taprosoft Date: Mon, 31 Mar 2025 15:05:31 +0000 Subject: [PATCH] fix: add pylance req for local script-based install bump:patch --- libs/kotaemon/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/kotaemon/pyproject.toml b/libs/kotaemon/pyproject.toml index 246f1ca..59e5ee5 100644 --- a/libs/kotaemon/pyproject.toml +++ b/libs/kotaemon/pyproject.toml @@ -51,6 +51,7 @@ dependencies = [ "plotly<6.0.0", "PyMuPDF>=1.23,<=1.24.11", "pypdf>=4.2.0,<4.3", + "pylance", "python-decouple", # for theflow "python-docx>=1.1.0,<1.2", "python-dotenv>=1.0.1,<1.1",