Revert "setup: require jinja<3.1 to prevent breakage"
This reverts commit d120a385. The change introduced unwanted side-effects which would only get worse with time.
parent
5cc0b0d7
No related branches found
No related tags found
Pipeline #101810 passed
Stage: test
Stage: apkg
Stage: bird
Stage: libyang
Stage: knot-dns
Stage: knot-resolver
... | ... | @@ -4,7 +4,7 @@ build # apkg distribution |
cached_property # @cached_property for python <= 3.7 | ||
click # nice CLI framework | ||
distro # current distro detection | ||
jinja2<3.1 # templating (COMPAT: <3.1 in order not to break systems, apkg works fine) | ||
jinja2 # templating | ||
packaging # version parsing | ||
requests # HTTP for humans™ | ||
toml # config files |
Please register or sign in to comment