mirror of https://github.com/mingrammer/diagrams
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.
28 lines
613 B
28 lines
613 B
[tool.poetry]
|
|
name = "diagrams"
|
|
version = "0.23.3"
|
|
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.7"
|
|
graphviz = ">=0.13.2,<0.21.0"
|
|
jinja2 = ">=2.10,<4.0"
|
|
contextvars = { version = "^2.4", python = "~3.6" }
|
|
typed-ast = "^1.5.4"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
pytest = "^7.2"
|
|
pylint = "^2.7"
|
|
rope = "^0.14.0"
|
|
isort = "^4.3"
|
|
black = "^22.12.0"
|
|
|
|
[tool.black]
|
|
line-length = 120
|