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"
"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 ];