Skip to content

Commit

Permalink
Updated setup.py dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nenkie76 authored Jul 20, 2023
1 parent 98f2281 commit a3beb41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ def _get_dbt_core_version():
packages=find_namespace_packages(include=["dbt", "dbt.*"]),
include_package_data=True,
install_requires=[
"dbt-core~={}".format(dbt_core_version),
"snowflake-connector-python[secure-local-storage]~=3.0",
"dbt-core==1.5.3,
"snowflake-connector-python[secure-local-storage]==2.9.0",
],
zip_safe=False,
classifiers=[
Expand Down

0 comments on commit a3beb41

Please sign in to comment.