start poetry project
This commit is contained in:
parent
6e0b044aab
commit
436b97320a
1 changed files with 14 additions and 0 deletions
14
pyproject.toml
Normal file
14
pyproject.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
[tool.poetry]
|
||||||
|
name = "anaxi"
|
||||||
|
version = "0.1.0"
|
||||||
|
description = "Anaxi is Superhog's tool to perform Extract-Load (EL) syncs between Cosmos DB databases and our DWH."
|
||||||
|
authors = ["Pablo Martin <pablo.martin@superhog.com>"]
|
||||||
|
readme = "README.md"
|
||||||
|
|
||||||
|
[tool.poetry.dependencies]
|
||||||
|
python = "^3.10"
|
||||||
|
|
||||||
|
|
||||||
|
[build-system]
|
||||||
|
requires = ["poetry-core"]
|
||||||
|
build-backend = "poetry.core.masonry.api"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue