From 8240db16261884e9ec15130b30bfba59876df955 Mon Sep 17 00:00:00 2001 From: Kaushik Kulkarni Date: Tue, 23 May 2023 12:49:55 -0500 Subject: [PATCH] account for weak dependency on mako --- requirements.txt | 1 + setup.cfg | 3 +++ 2 files changed, 4 insertions(+) diff --git a/requirements.txt b/requirements.txt index a9cf2c7..7e69f17 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,3 +4,4 @@ git+https://github.com/inducer/genpy.git#egg=genpy git+https://github.com/inducer/loopy.git#egg=loopy asciidag +mako diff --git a/setup.cfg b/setup.cfg index 514063d..1940f30 100644 --- a/setup.cfg +++ b/setup.cfg @@ -40,3 +40,6 @@ ignore_missing_imports = True [mypy-pygments.*] ignore_missing_imports = True + +[mypy-mako.*] +ignore_missing_imports = True -- GitLab