From d800b6535e9848fffcd31e51a02a8b6b44112f83 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Mon, 2 Feb 2026 17:35:25 +0000 Subject: [PATCH] fix: add missing tree-sitter dependency to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 06e7e3f..2d77836 100644 --- a/setup.py +++ b/setup.py @@ -6,6 +6,7 @@ setup( packages=find_packages(), install_requires=[ "click>=8.1.8", + "tree-sitter>=0.25.2", "pyyaml>=6.0.3", "rich>=14.3.2", "pathspec>=1.0.4",