You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
[tool.poetry]
|
|
|
|
name = "diagrams"
|
|
|
|
version = "0.20.0"
|
|
|
|
description = "Diagram as Code"
|
|
|
|
license = "MIT"
|
|
|
|
authors = ["mingrammer <mingrammer@gmail.com>"]
|
|
|
|
readme = "README.md"
|
|
|
|
homepage = "https://diagrams.mingrammer.com"
|
|
|
|
repository = "https://github.com/mingrammer/diagrams"
|
|
|
|
include = ["resources/**/*"]
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.6"
|
|
|
|
graphviz = ">=0.13.2,<0.18.0"
|
|
|
|
jinja2 = ">=2.10,<4.0"
|
|
|
|
contextvars = { version = "^2.4", python = "~3.6" }
|
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
pytest = "^6.2"
|
|
|
|
pylint = "^2.7"
|
|
|
|
black = {version = "^19.0", allow-prereleases = true}
|
|
|
|
rope = "^0.14.0"
|
|
|
|
isort = "^4.3"
|
|
|
|
|
|
|
|
[tool.black]
|
|
|
|
line-length = 120
|