update to newer ezdxf

This commit is contained in:
Jan Petykiewicz 2023-03-19 10:16:54 -07:00 committed by jan
commit 59c8f47f4d
2 changed files with 3 additions and 2 deletions

View file

@ -52,7 +52,7 @@ path = "masque/__init__.py"
[project.optional-dependencies]
oasis = ["fatamorgana~=0.11"]
dxf = ["ezdxf"]
dxf = ["ezdxf~=1.0.2"]
svg = ["svgwrite"]
visualize = ["matplotlib"]
text = ["matplotlib", "freetype-py"]