From 7f95396be0797226c8f851afd81a7375abb290f3 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Thu, 16 Feb 2017 11:29:09 -0800 Subject: [PATCH] setup: use jinja2<2.9 for now --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index de880beb..9793e437 100755 --- a/setup.py +++ b/setup.py @@ -77,7 +77,7 @@ setup( 'chardet', 'requests', 'redis', - 'jinja2', + 'jinja2<2.9', 'surt>=0.3.0', 'brotlipy', 'pyyaml',