From 0e71fd188efa5602a0c9de54f059468c334059fd Mon Sep 17 00:00:00 2001 From: Leonardo Giordani Date: Sun, 28 Apr 2024 21:36:26 +0100 Subject: [PATCH] Trying to make the test pass --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 7a88bac..0952ef1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,6 +52,8 @@ test = [ "pytest>=7.0", "pytest-cov>=4.0", "pytest-sugar>=0.9.7", + "mau>=4.0.0,<5.0.0", + "mau-html-visitor>=2.0.0" ] [tool.pdm.build]