From c36fe29624fd4d42290cb643d8e4c5ccc55aadae Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Wed, 29 Aug 2018 16:19:40 +1000 Subject: [PATCH] Update requirements We use jinja in our docs builds and those functions are going to be used more widely so lets make it clear we need Jinja2 Change-Id: I0d23a8633b90665787c303420c534ab4391f7b1d --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 1520c35c..8db6ba96 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,3 +8,4 @@ requests>=2.14.2 # Apache-2.0 ndg-httpsclient>=0.4.2;python_version<'3.0' # BSD PrettyTable<0.8,>=0.7.1 # BSD docutils>=0.11 # OSI-Approved Open Source, Public Domain +Jinja2>=2.10 # BSD License (3 clause)