From f54d4f54609f618b2c5c23286080d06aff239a54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mayoral=20Vilches?= Date: Mon, 26 May 2025 12:58:08 +0200 Subject: [PATCH] Add missing dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: VĂ­ctor Mayoral Vilches --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 8dffd766..3f9376e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,7 @@ dependencies = [ "mkdocs-material>=9.6.0", "paramiko>=3.5.1", "dnspython", + "flask" ] classifiers = [ "Typing :: Typed",