harlequin: Add tree-sitter-sql as dependency

This commit is contained in:
David Hagege
2025-06-08 21:00:20 +02:00
parent dbe4980a89
commit 50e7996cfa
+2
View File
@@ -26,6 +26,7 @@ python3Packages.buildPythonApplication rec {
"pyarrow"
"textual"
"syrupy"
"tree-sitter-sql"
];
build-system = with python3Packages; [ poetry-core ];
@@ -48,6 +49,7 @@ python3Packages.buildPythonApplication rec {
textual-fastdatatable
textual-textarea
tomlkit
tree-sitter-sql
]
++ lib.optionals withPostgresAdapter [ harlequin-postgres ]
++ lib.optionals withBigQueryAdapter [ harlequin-bigquery ];