fix: add missing tree-sitter dependency to setup.py
Some checks failed
CI / test (3.10) (push) Failing after 15s
CI / test (3.11) (push) Failing after 13s
CI / test (3.12) (push) Failing after 15s
CI / lint (push) Successful in 14s
CI / build (push) Successful in 16s

This commit is contained in:
2026-02-02 17:35:25 +00:00
parent b8f2131d97
commit d800b6535e

View File

@@ -6,6 +6,7 @@ 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",