defined working version of jinga2

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel 2022-03-29 15:25:51 +02:00
parent 8c3f87bcbe
commit 663be1509f
2 changed files with 3 additions and 1 deletions

View File

@ -7,3 +7,4 @@ pyyaml>=4.2b1
aafigure>=0.6
packaging~=18.0
wget
jinja2==3.0.0

View File

@ -50,7 +50,8 @@ docs_require = [
'sphinxcontrib-httpdomain>=1.5.0',
'sphinxcontrib-napoleon>=0.4.4',
'aafigure>=0.6',
'wget'
'wget',
'jinja2==3.0.0'
]
tests_require = [