Unpin click and Jinja2 (#1236)
* test unpinning click and Jinja2 * test
This commit is contained in:
+2
-3
@@ -412,9 +412,8 @@ def render_j2_template(config: dict, template: Path,
|
||||
LOGGER.debug(f'using default templates: {TEMPLATES}')
|
||||
|
||||
env = Environment(loader=FileSystemLoader(template_paths),
|
||||
extensions=['jinja2.ext.i18n',
|
||||
'jinja2.ext.autoescape'],
|
||||
autoescape=select_autoescape(['html', 'xml']))
|
||||
extensions=['jinja2.ext.i18n'],
|
||||
autoescape=select_autoescape())
|
||||
|
||||
env.filters['to_json'] = to_json
|
||||
env.filters['format_datetime'] = format_datetime
|
||||
|
||||
+3
-3
@@ -1,7 +1,7 @@
|
||||
Babel
|
||||
click>7,<=8
|
||||
click
|
||||
Flask
|
||||
jinja2==3.0.3
|
||||
jinja2
|
||||
jsonschema
|
||||
pydantic
|
||||
pygeofilter
|
||||
@@ -15,4 +15,4 @@ requests
|
||||
shapely<2.0
|
||||
SQLAlchemy<2.0.0
|
||||
tinydb
|
||||
unicodecsv
|
||||
unicodecsv
|
||||
|
||||
Reference in New Issue
Block a user