forked from altaroca/mpldxf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
27 lines (24 loc) · 846 Bytes
/
pyproject.toml
File metadata and controls
27 lines (24 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[tool.poetry]
name = "mpldxf"
version = "1.0.4"
description = "A fork of mpldxf - a matplotlib backend to write DXF drawings. Modified by NGI to handle geotechnical plots"
authors = ["David Kent",
"Jon-Michael Josefsen <jmj@ngi.no>",
"Ingeborg Gjerde <ingeborg.gjerde@ngi.no>",
"Jostein Leira <jostein@leira.net>"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/norwegian-geotechnical-institute/mpldxf-NGI"
repository = "https://github.com/norwegian-geotechnical-institute/mpldxf-NGI"
keywords = ["matplotlib", "DXF", "CAD"]
[tool.poetry.dependencies]
python = "^3.12"
ezdxf = "^1.3"
matplotlib = "^3.9.2"
shapely = "^2.0.6"
svgpathtools = "^1.6.1"
[tool.poetry.dev-dependencies]
pytest = "^7.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"