|
|
|
@ -23,13 +23,15 @@ diagrams = "diagrams.cli:main"
|
|
|
|
Homepage = "https://diagrams.mingrammer.com"
|
|
|
|
Homepage = "https://diagrams.mingrammer.com"
|
|
|
|
Repository = "https://github.com/mingrammer/diagrams"
|
|
|
|
Repository = "https://github.com/mingrammer/diagrams"
|
|
|
|
|
|
|
|
|
|
|
|
[tool.hatch.envs.dev.dependencies]
|
|
|
|
[tool.hatch.envs.dev]
|
|
|
|
pytest = ">=8.3,<9"
|
|
|
|
dependencies = [
|
|
|
|
pylint = ">=3.3,<4"
|
|
|
|
"pytest>=8.3,<9",
|
|
|
|
rope = ">=1.13,<2"
|
|
|
|
"pylint>=3.3,<4",
|
|
|
|
isort = ">=6.0,<7"
|
|
|
|
"rope>=1.13,<2",
|
|
|
|
black = ">=24.4,<25"
|
|
|
|
"isort>=6.0,<7",
|
|
|
|
pre-commit = ">=4.0,<5"
|
|
|
|
"black>=24.4,<25",
|
|
|
|
|
|
|
|
"pre-commit>=4.0,<5",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[tool.hatch.build]
|
|
|
|
[tool.hatch.build]
|
|
|
|
only-include = ["diagrams", "resources"]
|
|
|
|
only-include = ["diagrams", "resources"]
|
|
|
|
|