Loading pkgs/development/python-modules/dbt-core/default.nix +7 −14 Original line number Diff line number Diff line Loading @@ -2,15 +2,13 @@ lib, agate, buildPythonPackage, cffi, click, colorama, daff, dbt-adapters, dbt-common, dbt-extractor, dbt-semantic-interfaces, fetchFromGitHub, hologram, idna, isodate, jinja2, logbook, mashumaro, Loading @@ -27,8 +25,6 @@ setuptools, sqlparse, typing-extensions, urllib3, werkzeug, }: buildPythonPackage rec { Loading @@ -50,6 +46,7 @@ buildPythonPackage rec { pythonRelaxDeps = [ "agate" "click" "dbt-semantic-interfaces" "mashumaro" "networkx" "logbook" Loading @@ -63,14 +60,12 @@ buildPythonPackage rec { dependencies = [ agate cffi click colorama daff dbt-adapters dbt-common dbt-extractor dbt-semantic-interfaces hologram idna isodate jinja2 logbook mashumaro Loading @@ -84,8 +79,6 @@ buildPythonPackage rec { requests sqlparse typing-extensions urllib3 werkzeug ] ++ mashumaro.optional-dependencies.msgpack; # tests exist for the dbt tool but not for this package specifically Loading Loading
pkgs/development/python-modules/dbt-core/default.nix +7 −14 Original line number Diff line number Diff line Loading @@ -2,15 +2,13 @@ lib, agate, buildPythonPackage, cffi, click, colorama, daff, dbt-adapters, dbt-common, dbt-extractor, dbt-semantic-interfaces, fetchFromGitHub, hologram, idna, isodate, jinja2, logbook, mashumaro, Loading @@ -27,8 +25,6 @@ setuptools, sqlparse, typing-extensions, urllib3, werkzeug, }: buildPythonPackage rec { Loading @@ -50,6 +46,7 @@ buildPythonPackage rec { pythonRelaxDeps = [ "agate" "click" "dbt-semantic-interfaces" "mashumaro" "networkx" "logbook" Loading @@ -63,14 +60,12 @@ buildPythonPackage rec { dependencies = [ agate cffi click colorama daff dbt-adapters dbt-common dbt-extractor dbt-semantic-interfaces hologram idna isodate jinja2 logbook mashumaro Loading @@ -84,8 +79,6 @@ buildPythonPackage rec { requests sqlparse typing-extensions urllib3 werkzeug ] ++ mashumaro.optional-dependencies.msgpack; # tests exist for the dbt tool but not for this package specifically Loading