From de491a6191b465edb7bd9a01a5177ac9bf836747 Mon Sep 17 00:00:00 2001 From: J08nY Date: Mon, 25 Nov 2019 21:25:29 +0100 Subject: Start Python codegen impl. --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index bb92bf1..633382c 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,8 @@ setup( "atpublic", "matplotlib", "fastdtw", - "asn1crypto" + "asn1crypto", + "jinja2" ], extras_require={ "typecheck": ["mypy"], -- cgit v1.3.1