diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..a63d65d --- /dev/null +++ b/pyproject.toml @@ -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 "] +readme = "README.md" + +[tool.poetry.dependencies] +python = "^3.10" + + +[build-system] +requires = ["poetry-core"] +build-backend = "poetry.core.masonry.api"