Fix: Missing jinja2 library

This commit is contained in:
mrjk 2022-02-14 13:30:17 -05:00
parent 53f7584877
commit 62c0d7352f

View File

@ -16,6 +16,7 @@ dpath = "^2.0.5"
diskcache = "^5.4.0" diskcache = "^5.4.0"
mergedeep = "^1.3.4" mergedeep = "^1.3.4"
typer = "^0.4.0" typer = "^0.4.0"
Jinja2 = "^3.0.3"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
json-schema-for-humans = "^0.40" json-schema-for-humans = "^0.40"