From 4a5296e95119b1e8e2f855e328bd68fff762ca0e Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 17 May 2016 17:34:15 +0100 Subject: [PATCH] Add Jinja2 to testing_extras (as per #2583) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 3504ae48d..7790fa928 100755 --- a/setup.py +++ b/setup.py @@ -41,6 +41,7 @@ testing_extras = [ 'pytz>=2014.7', 'Pillow>=2.7.0', 'elasticsearch>=1.0.0', + 'Jinja2>=2.8,<3.0', # For coverage and PEP8 linting 'coverage>=3.7.0',