From 71dbd295f892245bf6518a37b55b8673388304a8 Mon Sep 17 00:00:00 2001 From: "V. Ganesh" Date: Fri, 5 Aug 2022 21:21:18 +0530 Subject: [PATCH] mention python-decouple dependecy in README (#53) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f6e7935..d2e9bbf 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ dbt-core ~= 1.1.0 impyla >= 0.18a5 +python-decouple >= 3.6 + ### Installing dbt-impala `pip install dbt-impala`