Add tree-sitter dependencies to pyproject.toml

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Val-sss
2026-04-27 00:50:17 +08:00
parent 44cb2690cd
commit 01f99aaa1e

View File

@@ -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]