fix: remove tree-sitter dependency causing CI failures
Some checks failed
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
CI / test (3.10) (push) Has been cancelled

This commit is contained in:
2026-02-02 17:39:43 +00:00
parent 6af9b114ed
commit cba0639f92

View File

@@ -6,7 +6,6 @@ setup(
packages=find_packages(), packages=find_packages(),
install_requires=[ install_requires=[
"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",