From f609a929523ff8de6a5cbd12658afc4e66714c78 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Mon, 2 Feb 2026 17:39:45 +0000 Subject: [PATCH] fix: remove tree-sitter dependency causing CI failures --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 195b99b..dc5a8dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,6 @@ classifiers = [ dependencies = [ "click>=8.1.8", - "tree-sitter>=0.25.2", "pyyaml>=6.0.3", "rich>=14.3.2", "pathspec>=1.0.4",