+1
-1
setup.py
+1
-1
setup.py
···
51
51
"Topic :: Scientific/Engineering :: Artificial Intelligence",
52
52
"Topic :: Scientific/Engineering :: Mathematics",
53
53
],
54
-
install_requires=["tree-sitter"],
54
+
install_requires=["tree-sitter>= 0.19"],
55
55
entry_points="""
56
56
[pygments.lexers]
57
57
minizinclexer = tree_sitter_minizinc:MiniZincLexer