Skip to content

Commit 3b9966b

Browse files
tomboehlingocefpaf
authored andcommitted
Add jinja2 version constraint
Branca does not work with some older versions of Jinja2, resulting in an `ImportError: cannot import name 'soft_unicode' from 'markupsafe'` (for e.g. `import branca.colormap as colormap`). To address this issue, we have added a version constraint for `Jinja2>=3`.
1 parent c524083 commit 3b9966b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
jinja2
1+
jinja2>=3

0 commit comments

Comments
 (0)