[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]
|
||||
oasis = ["fatamorgana~=0.11"]
|
||||
dxf = ["ezdxf~=1.0.2"]
|
||||
dxf = ["ezdxf~=1.4"]
|
||||
svg = ["svgwrite"]
|
||||
visualize = ["matplotlib"]
|
||||
text = ["matplotlib", "freetype-py"]
|
||||
|
|
@ -110,6 +110,9 @@ lint.ignore = [
|
|||
[tool.pytest.ini_options]
|
||||
addopts = "-rsXx"
|
||||
testpaths = ["masque"]
|
||||
filterwarnings = [
|
||||
"ignore::pyparsing.exceptions.PyparsingDeprecationWarning:ezdxf.*",
|
||||
]
|
||||
|
||||
[tool.mypy]
|
||||
mypy_path = "stubs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue