Batman
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
[project]
|
||||
name = "dagster_intro"
|
||||
requires-python = ">=3.10,<3.15"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"dagster==1.13.14",
|
||||
"dagster-duckdb>=0.29.14",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"dagster-dg-cli",
|
||||
"dagster-webserver",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
force-include = { "pyproject.toml" = "pyproject.toml" }
|
||||
|
||||
[tool.dg]
|
||||
directory_type = "project"
|
||||
|
||||
[tool.dg.project]
|
||||
root_module = "dagster_intro"
|
||||
registry_modules = [
|
||||
"dagster_intro.components.*",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user