Skip to content

Commit

Permalink
Dependencies: Trim list, effectively use dbt-postgres only.
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 26, 2024
1 parent 3df86f5 commit 1aba3e5
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,13 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"psycopg2-binary>=2.9,<3.0",
"dbt-adapters>=1.7.0,<2.0",
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
"dbt-core>=1.9.0b4",
# installed via dbt-adapters but used directly
"dbt-common>=1.0.4,<2.0",
"dbt-postgres>=1.9.0b1",
"agate>=1.0,<2.0",
"dbt-postgres>=1.9.0.b1",
"sqlparse<0.6",
"sql-metadata<3",
]
[project.urls]
Homepage = "https://github.com/crate-workbench/dbt-cratedb2"
Documentation = "https://dbt-cratedb2.readthedocs.io/"
Documentation = "https://github.com/crate-workbench/dbt-cratedb2/"
Repository = "https://github.com/crate-workbench/dbt-cratedb2.git"
Issues = "https://github.com/crate-workbench/dbt-cratedb2/issues"
Changelog = "https://github.com/crate-workbench/dbt-cratedb2/blob/main/CHANGELOG.md"
Expand Down

0 comments on commit 1aba3e5

Please sign in to comment.