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