From b8cdc82fc2d1cb8c48fadd6e23caa0b3a762ab66 Mon Sep 17 00:00:00 2001 From: Nathan TeBlunthuis Date: Wed, 28 May 2025 23:52:37 -0500 Subject: [PATCH] add ipython for dev --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 142f559..c876057 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,7 @@ dependencies = [ "mw>=0.4.0", "mwpersistence>=0.2.4", "mwreverts>=0.1.5", + "mwtypes>=0.4.0", "mwxml>=0.3.6", "pyarrow>=20.0.0", "yamlconf",