From a71ff27967935fe4b82fab4e0bfdc84d795f5a05 Mon Sep 17 00:00:00 2001 From: rht Date: Mon, 1 Jul 2024 23:04:22 -0400 Subject: [PATCH] Add typeguard dependency for .[dev] --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 3a95cca..6db8d86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,7 @@ dev = [ "mesa_frames[pandas,polars]", "pytest", "pytest-cov", + "typeguard", ] [tool.hatch.build.targets.wheel]