add some missing deps
This commit is contained in:
parent
bd0c8c9d16
commit
18f12792c4
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue