Skip to content

Commit

Permalink
add missing python-decouple dependency (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
tovganesh authored Aug 26, 2022
1 parent 8a07d7c commit 3f0e5ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ def _get_dbt_core_version():
"dbt-core~={}".format(dbt_core_version),
"sqlparams>=3.0.0",
"requests>=2.28.1",
"requests-toolbelt>=0.9.1"
"requests-toolbelt>=0.9.1",
"python-decouple>=3.6"
],
extras_require={
"ODBC": odbc_extras,
Expand Down

0 comments on commit 3f0e5ae

Please sign in to comment.