From 979e5765af4df647f9bf5f99c2c82dcef3a2b690 Mon Sep 17 00:00:00 2001 From: Daniel Woste Date: Mon, 19 Apr 2021 14:04:08 +0200 Subject: [PATCH] Updated dep MarkupSafe to use newest version --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 0fc5eec60..698993089 100644 --- a/setup.py +++ b/setup.py @@ -11,6 +11,7 @@ 'matplotlib<=3.0.3.;python_version<"3.6"', # last version with py3.5 support 'matplotlib;python_version>="3.6"', 'MarkupSafe<1.3.0.;python_version<"3.6"', + 'Jinja2<=2.11.3.;python_version<"3.6"', 'm2r'] setup(