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
No known key found for this signature in database

View file

@ -26,6 +26,7 @@ python3Packages.buildPythonApplication rec {
"pyarrow" "pyarrow"
"textual" "textual"
"syrupy" "syrupy"
"tree-sitter-sql"
]; ];
build-system = with python3Packages; [ poetry-core ]; build-system = with python3Packages; [ poetry-core ];
@ -48,6 +49,7 @@ python3Packages.buildPythonApplication rec {
textual-fastdatatable textual-fastdatatable
textual-textarea textual-textarea
tomlkit tomlkit
tree-sitter-sql
] ]
++ lib.optionals withPostgresAdapter [ harlequin-postgres ] ++ lib.optionals withPostgresAdapter [ harlequin-postgres ]
++ lib.optionals withBigQueryAdapter [ harlequin-bigquery ]; ++ lib.optionals withBigQueryAdapter [ harlequin-bigquery ];