From 4157abe8de154b7ff00c79d6427c0d774889da3f Mon Sep 17 00:00:00 2001 From: Steve Pulec Date: Wed, 12 Oct 2016 22:25:14 -0400 Subject: [PATCH] Need to require higher Jinja2. Closes #728. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ca4a968cb..2ee6db386 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from __future__ import unicode_literals from setuptools import setup, find_packages install_requires = [ - "Jinja2", + "Jinja2>=2.8", "boto>=2.36.0", "httpretty==0.8.10", "requests",