From 8afc8bed1e933e06452f6fa6ac22725b94830737 Mon Sep 17 00:00:00 2001 From: Kevin Putnam Date: Thu, 11 Jul 2019 15:23:28 -0700 Subject: [PATCH] Modified jinja2 version as 2.11.dev0 was not available Signed-off-by: Kevin Putnam --- source/_scripts/_python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_scripts/_python/requirements.txt b/source/_scripts/_python/requirements.txt index 87261fce..7b142b78 100644 --- a/source/_scripts/_python/requirements.txt +++ b/source/_scripts/_python/requirements.txt @@ -1,2 +1,2 @@ -Jinja2==2.11.dev0 +Jinja2==2.10 GitPython==2.1.11