Limit jinja2 version for sphinx error

This commit is contained in:
Griatch 2022-06-22 08:25:17 +02:00
parent 1552888972
commit c619d03639
2 changed files with 2 additions and 1 deletions

View file

@ -14,7 +14,7 @@ autobahn >= 20.7.1, < 21.0.0
lunr == 0.6.0
simpleeval <= 1.0
uritemplate == 4.1.1
Jinja2<3.1
Jinja2 < 3.1
# try to resolve dependency issue in py3.7
attrs >= 19.2.0