chore: initial logic

This commit is contained in:
2022-09-16 19:19:12 -03:00
commit 693e92c789
9 changed files with 346 additions and 0 deletions

17
pyproject.toml Normal file
View File

@@ -0,0 +1,17 @@
[tool.poetry]
name = "ppgee"
version = "0.1.0"
description = ""
authors = ["tiagovla <tiagovla@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.10"
aiohttp = "^3.8.1"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
sendgrid = "^6.9.7"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"