From 01f99aaa1e220d69d59583aeb4e44906314bf97f Mon Sep 17 00:00:00 2001 From: Val-sss <154882199@qq.com> Date: Mon, 27 Apr 2026 00:50:17 +0800 Subject: [PATCH] Add tree-sitter dependencies to pyproject.toml Co-Authored-By: Claude Opus 4.6 (1M context) --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 4c36694..7bcc7f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,8 @@ dependencies = [ "lxml>=5.0.0", "trafilatura>=1.12.0", "pyyaml>=6.0", + "tree-sitter>=0.23.0", + "tree-sitter-python>=0.23.0", ] [project.scripts]