Skip to content

Commit

Permalink
remove unneeded files
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-wang-1990 committed Jan 30, 2025
1 parent e05844b commit cd5d383
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 97 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"databricks-sdk==0.17.0",
"databricks-sdk==0.41.0",
"databricks-sql-connector>=3.5.0, <4.0.0",
"dbt-adapters>=1.9.0, <2.0",
"dbt-common>=1.12.0, <2.0",
"dbt-core>=1.8.7, <2.0",
"dbt-spark>=1.8.0, <2.0",
"dbt-adapters>=1.10.3, <2.0",
"dbt-common>=1.13.0, <2.0",
"dbt-core>=1.9.0rc2, <2.0",
"dbt-spark>=1.9.0b1, <2.0",
"keyring>=23.13.0",
"pydantic>=1.10.0",
]
Expand Down Expand Up @@ -65,10 +65,10 @@ check-sdist = [
[tool.hatch.envs.default]
dependencies = [
"dbt_common @ git+https://github.com/dbt-labs/dbt-common.git",
"dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-adapters",
"dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git@main",
"dbt-core @ git+https://github.com/dbt-labs/dbt-core.git@main#subdirectory=core",
"dbt-tests-adapter @ git+https://github.com/dbt-labs/dbt-adapters.git@main#subdirectory=dbt-tests-adapter",
"dbt-spark @ git+https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-spark",
"dbt-spark @ git+https://github.com/dbt-labs/dbt-spark.git@main",
"pytest",
"pytest-xdist",
"pytest-dotenv",
Expand Down
9 changes: 0 additions & 9 deletions requirements.txt

This file was deleted.

81 changes: 0 additions & 81 deletions setup.py

This file was deleted.

0 comments on commit cd5d383

Please sign in to comment.