Add toml
This commit is contained in:
parent
b08c1a9027
commit
82b9adb085
1 changed files with 16 additions and 0 deletions
16
pyproject.toml
Normal file
16
pyproject.toml
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
[tool.poetry]
|
||||||
|
name = "data-dwh-dbt-project"
|
||||||
|
version = "dev"
|
||||||
|
description = ""
|
||||||
|
authors = ["Pablo Martin <pablo.martin@superhog.com>"]
|
||||||
|
readme = "README.md"
|
||||||
|
|
||||||
|
[tool.poetry.dependencies]
|
||||||
|
python = "^3.10"
|
||||||
|
dbt-core = "^1.7.4"
|
||||||
|
dbt-postgres = "^1.7.4"
|
||||||
|
|
||||||
|
|
||||||
|
[build-system]
|
||||||
|
requires = ["poetry-core"]
|
||||||
|
build-backend = "poetry.core.masonry.api"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue