From 5fc8b394e28a652d0450ae1fcca000af90ef8e7d Mon Sep 17 00:00:00 2001 From: Jesse Braham Date: Sun, 11 Nov 2018 01:54:21 +0000 Subject: [PATCH] Include Jinja2 in the [full] optional package (#213) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index eff987d0..1449700d 100644 --- a/setup.py +++ b/setup.py @@ -48,6 +48,7 @@ setup( 'aiofiles', 'graphene', 'itsdangerous', + 'jinja2', 'python-multipart', 'pyyaml', 'requests',