X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=pyproject.toml;h=59c2ca33da268e8ce635248184f328d17363a2fd;hb=de49021eecdfe156dc8b575447bc512982d8bbc7;hp=076ccedb61069e07a2a592fd145e017b6e8d6c6b;hpb=a9a8908e33db37cd257c7ff310903ffc9cc93758;p=deliverable%2Fbarectf.git diff --git a/pyproject.toml b/pyproject.toml index 076cced..59c2ca3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,6 +59,7 @@ termcolor = '^1.1' pyyaml = '^5.3' jsonschema = '^3.2' setuptools = '*' +jinja2 = '^2.11' [tool.poetry.scripts] barectf = 'barectf.cli:_run'