fix: remove tree-sitter dependency causing CI failures
Some checks failed
CI / test (3.10) (push) Failing after 11s
CI / test (3.11) (push) Failing after 14s
CI / test (3.12) (push) Failing after 13s
CI / lint (push) Successful in 13s
CI / build (push) Successful in 15s

This commit is contained in:
2026-02-02 17:39:45 +00:00
parent cba0639f92
commit f609a92952

View File

@@ -25,7 +25,6 @@ classifiers = [
dependencies = [ dependencies = [
"click>=8.1.8", "click>=8.1.8",
"tree-sitter>=0.25.2",
"pyyaml>=6.0.3", "pyyaml>=6.0.3",
"rich>=14.3.2", "rich>=14.3.2",
"pathspec>=1.0.4", "pathspec>=1.0.4",