From 77c9ff91e5988d380ce09f0d3a727636b97d8eaf Mon Sep 17 00:00:00 2001 From: jeffrey forman Date: Sun, 17 Mar 2019 20:46:05 -0400 Subject: [PATCH] bump dnspython 1.11->1.16.0 and add jinja (for nsd config templates) --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5f078f9..bf1496e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ Django cryptography -dnspython>=1.11 +dnspython>=1.16.0 pybindxml>=0.7 lxml +Jinja2