Unverified Commit ceb8a731 authored by annalee's avatar annalee
Browse files

python311Packages.dbt-core: add dependancy dbt-semantic-interfaces

dbt-core requires dbt-semantic-interfaces. this fixes dbt-snowflake and
dbt-postresql when they import dbt-core
parent 24268979
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
, click
, colorama
, dbt-extractor
, dbt-semantic-interfaces
, hologram
, idna
, isodate
@@ -60,6 +61,7 @@ buildPythonPackage rec {
    click
    colorama
    dbt-extractor
    dbt-semantic-interfaces
    hologram
    idna
    isodate