Skip to content

Commit d859603

Browse files
author
Your Name
committed
Include tree_sitter_languages on lower python versions
1 parent 1f1a104 commit d859603

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

requirements/requirements.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,5 @@ importlib-metadata>=7.2.1
4848
tomli>=2.3.0; python_version <= "3.10"
4949
tree-sitter==0.23.2; python_version < "3.10"
5050
tree-sitter>=0.25.1; python_version >= "3.10"
51-
tree-sitter-language-pack>=1.6.2
51+
tree-sitter-language-pack>=1.6.2
52+
tree_sitter_languages==1.10.2; python_version <= "3.12"

0 commit comments

Comments
 (0)