Skip to content
Snippets Groups Projects

setup: require jinja<3.1 to prevent breakage

Merged Jakub Ružička requested to merge jinja31-counter into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -4,7 +4,7 @@ build # apkg distribution
cached_property # @cached_property for python <= 3.7
click # nice CLI framework
distro # current distro detection
jinja2 # templating
jinja2<3.1 # templating (COMPAT: <3.1 in order not to break systems, apkg works fine)
packaging # version parsing
requests # HTTP for humans™
toml # config files
Loading