add 'dev' dependency group and 'manhattanize' optional dep
This commit is contained in:
parent
5e08579498
commit
d40bdb1cb2
1 changed files with 13 additions and 1 deletions
|
|
@ -46,6 +46,17 @@ dependencies = [
|
||||||
"klamath~=1.4",
|
"klamath~=1.4",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[dependency-groups]
|
||||||
|
dev = [
|
||||||
|
"pytest",
|
||||||
|
"masque[oasis]",
|
||||||
|
"masque[dxf]",
|
||||||
|
"masque[svg]",
|
||||||
|
"masque[visualize]",
|
||||||
|
"masque[text]",
|
||||||
|
"masque[manhattanize]",
|
||||||
|
"masque[manhattanize_slow]",
|
||||||
|
]
|
||||||
|
|
||||||
[tool.hatch.version]
|
[tool.hatch.version]
|
||||||
path = "masque/__init__.py"
|
path = "masque/__init__.py"
|
||||||
|
|
@ -56,7 +67,8 @@ dxf = ["ezdxf~=1.0.2"]
|
||||||
svg = ["svgwrite"]
|
svg = ["svgwrite"]
|
||||||
visualize = ["matplotlib"]
|
visualize = ["matplotlib"]
|
||||||
text = ["matplotlib", "freetype-py"]
|
text = ["matplotlib", "freetype-py"]
|
||||||
manhatanize_slow = ["float_raster"]
|
manhattanize = ["scikit-image"]
|
||||||
|
manhattanize_slow = ["float_raster"]
|
||||||
|
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue