From 5801e93ee58883985717f2e7e8d6c85a9f5443a6 Mon Sep 17 00:00:00 2001 From: Dan Lindholm Date: Tue, 2 Jul 2024 20:45:47 +0200 Subject: [PATCH] add typing_extensions to required installs --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index e3cca47..50b283d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -44,6 +44,7 @@ install_requires = dotmap docopt jinja2 + typing_extensions # TODO typing: move elsewhere if possible scripts = mjml/scripts/mjml-html-compare