We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 341ebbd commit 8d4a804Copy full SHA for 8d4a804
requirements.txt
@@ -20,9 +20,10 @@ coverage
20
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
21
tqdm # For displaying loading bar (auto-fuzz tool)
22
rust-demangler # For correctly demangle rust function name
23
-tree-sitter
24
-tree-sitter-cpp
25
-tree-sitter-go
26
-tree-sitter-java
27
-tree-sitter-python
28
-tree-sitter-rust
+tree-sitter==0.23.2
+tree-sitter-cpp==0.23.4
+tree-sitter-go==0.23.4
+tree-sitter-java==0.23.5
+tree-sitter-python==0.23.6
+tree-sitter-rust==0.23.2
29
+tree-sitter-languages==1.10.2
0 commit comments