From 18f12792c4ffbf66a2954e8977e3c82f7d8f4183 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Thu, 2 Apr 2026 13:20:50 -0700 Subject: [PATCH] add some missing deps --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index af8802c..ad03fa9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ [dependency-groups] dev = [ - "pytest", + "masque[arrow]", "masque[oasis]", "masque[dxf]", "masque[svg]", @@ -52,6 +52,7 @@ dev = [ "masque[text]", "masque[manhattanize]", "masque[manhattanize_slow]", + "masque[boolean]", "matplotlib>=3.10.8", "pytest>=9.0.2", "ruff>=0.15.5", @@ -66,6 +67,7 @@ build-backend = "hatchling.build" path = "masque/__init__.py" [project.optional-dependencies] +arrow = ["pyarrow", "cffi"] oasis = ["fatamorgana~=0.11"] dxf = ["ezdxf~=1.4"] svg = ["svgwrite"] @@ -121,4 +123,3 @@ mypy_path = "stubs" python_version = "3.11" strict = false check_untyped_defs = true -