Skip to content

Commit

Permalink
Remove explicit dbt-tests-adapter dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
morsapaes committed May 14, 2024
1 parent c8981ee commit 99e88dd
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions misc/dbt-materialize/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,8 @@
install_requires=[
"dbt-common>=0.1.0a1,<2.0",
"dbt-adapters>=0.1.0a1,<2.0",
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
"dbt-core>=1.8.0",
"dbt-postgres~=1.8.0rc1",
"dbt-postgres~=1.8.0",
],
extras_require={
"dev": [
"dbt-tests-adapter @ git+https://github.com/dbt-labs/dbt-adapters.git#egg=dbt-tests-adapter&subdirectory=dbt-tests-adapter"
],
},
)

0 comments on commit 99e88dd

Please sign in to comment.