mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
fix extras
This commit is contained in:
@@ -63,7 +63,7 @@ tree-sitter-yaml = { version = ">=0.6.0", optional = true, python = ">=3.9" }
|
||||
tree-sitter-html = { version = ">=0.23.0", optional = true, python = ">=3.9" }
|
||||
tree-sitter-css = { version = ">=0.23.0", optional = true, python = ">=3.9" }
|
||||
tree-sitter-javascript = { version = ">=0.23.0", optional = true, python = ">=3.9" }
|
||||
tree-sitter-rust = { version = ">=0.23.0", optional = true, python = ">=3.9" }
|
||||
tree-sitter-rust = { version = ">=0.23.0,<=0.23.2", 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" }
|
||||
|
||||
Reference in New Issue
Block a user