python311Packages.dbt-snowflake: refactor

This commit is contained in:
Fabian Affolter 2024-03-28 22:34:26 +01:00
parent 1c38ccb9a4
commit 8449be91d0
1 changed files with 2 additions and 2 deletions

View File

@ -22,11 +22,11 @@ buildPythonPackage rec {
hash = "sha256-OyUBqSNHMedCDsY280O8VAmxeyeF5J0snk5o6XhE2V4=";
};
nativeBuildInputs = [
build-system = [
setuptools
];
propagatedBuildInputs = [
dependencies = [
dbt-core
snowflake-connector-python
] ++ snowflake-connector-python.optional-dependencies.secure-local-storage;