Skip to content

Commit

Permalink
fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-db committed Nov 20, 2024
1 parent 7954bd1 commit a967719
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 @@ -55,7 +55,7 @@ def _get_plugin_version() -> str:
include_package_data=True,
install_requires=[
"git+https://github.com/dbt-labs/dbt-adapters.git@main",
"git+https://github.com/dbt-labs/dbt-core.git@main",
"git+https://github.com/dbt-labs/dbt-core.git@main#subdirectory=core",
"git+https://github.com/dbt-labs/dbt-common.git@main",
"git+https://github.com/dbt-labs/dbt-spark.git@main",
"databricks-sql-connector>=3.5.0, <4.0.0",
Expand Down

0 comments on commit a967719

Please sign in to comment.