Skip to content

Commit

Permalink
Merge pull request #75 from JenspederM/fix/enhance-deploy-info
Browse files Browse the repository at this point in the history
Improve deployment information
  • Loading branch information
JenspederM authored Nov 24, 2024
2 parents 8aad0c0 + 84deabd commit ff4a392
Show file tree
Hide file tree
Showing 17 changed files with 231 additions and 363 deletions.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ name = "kedro-databricks"
version = "0.6.4"
description = "A plugin to run Kedro pipelines on Databricks."
authors = [{ name = "Jens Peder Meldgaard", email = "[email protected]" }]
dependencies = ["kedro>=0.19.8", "mergedeep>=1.3.4", "tomlkit>=0.13.0"]
dependencies = [
"kedro>=0.19.8",
"mergedeep>=1.3.4",
"tomlkit>=0.13.0",
"databricks-sdk>=0.36.0",
]
readme = "README.md"
requires-python = ">= 3.9"

Expand Down
Loading

0 comments on commit ff4a392

Please sign in to comment.