From 4d2d2d30c1a7943d25dcd204a8a38bca870126fe Mon Sep 17 00:00:00 2001 From: s3lph Date: Mon, 9 Jul 2018 00:11:40 +0200 Subject: [PATCH] Added Jinja2 dependency --- README.md | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index d1eec08..b27f921 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ This project intends to provide a well-tested and maintainable alternative to - Python 3 (>=3.6) - Python dependencies: - apsw + - jinja2 ## Usage diff --git a/requirements.txt b/requirements.txt index b8ab4ea..7663204 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ apsw +jinja2