deps: add tree-sitter with Python and C grammars

This commit is contained in:
2026-05-25 20:34:58 -06:00
parent 2c65802778
commit 9c6c8c6406
2 changed files with 70 additions and 0 deletions

View File

@@ -24,6 +24,9 @@ dependencies = [
"python-dateutil>=2.9.0.post0,<3",
"qrcode>=8.2,<9",
"sentry-sdk[django]>=2.0.0,<3",
"tree-sitter>=0.25.2",
"tree-sitter-c>=0.24.2",
"tree-sitter-python>=0.25.0",
"xlsxwriter>=3.2.9,<4",
]