[dxf] update ezdxf dep
This commit is contained in:
parent
a467a0baca
commit
5e0936e15f
1 changed files with 4 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ path = "masque/__init__.py"
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
oasis = ["fatamorgana~=0.11"]
|
oasis = ["fatamorgana~=0.11"]
|
||||||
dxf = ["ezdxf~=1.0.2"]
|
dxf = ["ezdxf~=1.4"]
|
||||||
svg = ["svgwrite"]
|
svg = ["svgwrite"]
|
||||||
visualize = ["matplotlib"]
|
visualize = ["matplotlib"]
|
||||||
text = ["matplotlib", "freetype-py"]
|
text = ["matplotlib", "freetype-py"]
|
||||||
|
|
@ -110,6 +110,9 @@ lint.ignore = [
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
addopts = "-rsXx"
|
addopts = "-rsXx"
|
||||||
testpaths = ["masque"]
|
testpaths = ["masque"]
|
||||||
|
filterwarnings = [
|
||||||
|
"ignore::pyparsing.exceptions.PyparsingDeprecationWarning:ezdxf.*",
|
||||||
|
]
|
||||||
|
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
mypy_path = "stubs"
|
mypy_path = "stubs"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue