Skip to content

Commit

Permalink
Try one more thing
Browse files Browse the repository at this point in the history
  • Loading branch information
VersusFacit committed Jun 27, 2024
1 parent 1b061db commit 486f0c6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,9 @@ classifiers = [
"Programming Language :: Python :: 3.11",
]

[tool.hatch.metadata]
allow-direct-references = true


dependencies = [
"psycopg2-binary==2.9.9",
"psycopg2-binary>=2.9,<3.0",
"dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git@ADAP-207/get_show_sql_has_no_wrapping",
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
"dbt-core>=1.8.0a1",
Expand Down Expand Up @@ -59,7 +56,7 @@ path = "dbt/adapters/postgres/__version__.py"

[tool.hatch.envs.default]
dependencies = [
"psycopg2-binary==2.9.9",
"psycopg2-binary>=2.9,<3.0",
"dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git@ADAP-207/get_show_sql_has_no_wrapping",
"dbt-common @ git+https://github.com/dbt-labs/dbt-common.git",
'pre-commit==3.7.0;python_version>="3.9"',
Expand All @@ -77,7 +74,7 @@ docker-prod = "docker build -f docker/Dockerfile -t dbt-postgres ."

[tool.hatch.envs.unit-tests]
dependencies = [
"psycopg2-binary==2.9.9",
"psycopg2-binary>=2.9,<3.0",
"dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git@ADAP-207/get_show_sql_has_no_wrapping",
"dbt-common @ git+https://github.com/dbt-labs/dbt-common.git",
"dbt-core @ git+https://github.com/dbt-labs/dbt-core.git#subdirectory=core",
Expand Down

0 comments on commit 486f0c6

Please sign in to comment.