Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Jan 22, 2024
1 parent 17607c1 commit 79d74aa
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 @@ -73,8 +73,8 @@ def _get_dbt_core_version():
include_package_data=True,
install_requires=[
"sqlparams>=3.0.0",
"dbt-common @ git+https://github.com/dbt-labs/dbt-common.git#egg=dbt",
"dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git#egg=dbt",
"dbt-common<1.0",
"dbt-adapters~=0.1.0a1",
],
extras_require={
"ODBC": odbc_extras,
Expand Down

0 comments on commit 79d74aa

Please sign in to comment.