Skip to content

Commit

Permalink
update fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
McKnight-42 committed Jan 18, 2024
1 parent 63a61f3 commit 60e4b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def _get_dbt_core_version():
install_requires=[
"dbt-core~={}".format(dbt_core_version),
"dbt-common~=0.1.0",
"dbt-adapters~=0.1.0",
"dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git",
"snowflake-connector-python[secure-local-storage]~=3.0",
# installed via dbt-core but referenced directly; don't pin to avoid version conflicts with dbt-core
"agate",
Expand Down

0 comments on commit 60e4b38

Please sign in to comment.