start poetry project

This commit is contained in:
Pablo Martin 2024-08-08 17:53:45 +02:00
parent 6e0b044aab
commit 436b97320a

14
pyproject.toml Normal file
View 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"