add some missing deps

This commit is contained in:
Jan Petykiewicz 2026-04-02 13:20:50 -07:00
commit 18f12792c4

View file

@ -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