Payloads are now built with Jinja templates

This commit is contained in:
Stanislas Jouffroy 2024-02-20 10:23:29 +01:00
parent ccd019eb4c
commit badced0a30
12 changed files with 222 additions and 175 deletions

View file

@ -14,6 +14,7 @@ pendulum = "^3.0.0"
pydantic = "^2.6.1"
pydantic-extra-types = "^2.5.0"
python-dotenv = "^1.0.1"
jinja2 = "^3.1.3"
[tool.poetry.group.dev.dependencies]
black = "^24.1.1"
@ -30,7 +31,7 @@ line-length = 88
[tool.pytest.ini_options]
pythonpath = [
".", "resa_padel", "rr"
"resa_padel"
]
[build-system]