From f8d7970cbbfaf5df76308d986bed837515a8a8eb Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 17 May 2016 17:36:29 +0100 Subject: [PATCH] Remove Jinja2 from tox.ini as it's now in testing_extras (see #2583) --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 43f0deee51..46d8101f71 100644 --- a/tox.ini +++ b/tox.ini @@ -24,7 +24,6 @@ basepython = deps = django-sendfile==0.3.6 Embedly - jinja2==2.8 dj18: Django>=1.8.1,<1.9 dj19: Django>=1.9,<1.10