From cba0639f9266be16184827c394399b2f3895bff5 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Mon, 2 Feb 2026 17:39:43 +0000 Subject: [PATCH] fix: remove tree-sitter dependency causing CI failures --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2d77836..dd9dad7 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,6 @@ 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", @@ -23,4 +22,4 @@ setup( ], }, python_requires=">=3.10", -) +) \ No newline at end of file