mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
fix tree sitter deps
This commit is contained in:
@@ -67,7 +67,7 @@ tree-sitter-rust = { version = ">=0.23.0", optional = true, python = ">=3.9" }
|
||||
tree-sitter-go = { version = ">=0.23.0", optional = true, python = ">=3.9" }
|
||||
tree-sitter-regex = { version = ">=0.24.0", optional = true, python = ">=3.9" }
|
||||
tree-sitter-xml = { version = ">=0.7.0", optional = true, python = ">=3.9" }
|
||||
tree-sitter-sql = { version = ">=0.3.0", optional = true, python = ">=3.9" }
|
||||
tree-sitter-sql = { version = ">=0.3.0,<0.3.8", optional = true, python = ">=3.9" }
|
||||
tree-sitter-java = { version = ">=0.23.0", optional = true, python = ">=3.9" }
|
||||
tree-sitter-bash = { version = ">=0.23.0", optional = true, python = ">=3.9" }
|
||||
# end of [syntax] extras
|
||||
|
||||
Reference in New Issue
Block a user