Merge pull request #13 from rajat404/master

add: contextvars to pyproject.toml
pull/19/head
MinJae Kwon 5 years ago committed by GitHub
commit 27f6e3a1bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
[tool.poetry]
name = "diagrams"
version = "0.2.3"
version = "0.2.4"
description = "Diagram as Code"
license = "MIT"
authors = ["mingrammer <mingrammer@gmail.com>"]
@ -13,6 +13,7 @@ include = ["resources/**/*"]
python = "^3.6"
graphviz = "^0.13.2"
jinja2 = "^2.10"
contextvars = { version = "^2.4", python = "~3.6" }
[tool.poetry.dev-dependencies]
pytest = "^3.0"

Loading…
Cancel
Save