Payloads are now built with Jinja templates
This commit is contained in:
parent
ccd019eb4c
commit
badced0a30
12 changed files with 222 additions and 175 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue