diff --git a/setup.py b/setup.py index 2d77836..dd9dad7 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,6 @@ setup( packages=find_packages(), install_requires=[ "click>=8.1.8", - "tree-sitter>=0.25.2", "pyyaml>=6.0.3", "rich>=14.3.2", "pathspec>=1.0.4", @@ -23,4 +22,4 @@ setup( ], }, python_requires=">=3.10", -) +) \ No newline at end of file