Skip to content

Commit 27f6e3a

Browse files
authored
Merge pull request #13 from rajat404/master
add: contextvars to pyproject.toml
2 parents b63a9f6 + 513f077 commit 27f6e3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "diagrams"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
description = "Diagram as Code"
55
license = "MIT"
66
authors = ["mingrammer <[email protected]>"]
@@ -13,6 +13,7 @@ include = ["resources/**/*"]
1313
python = "^3.6"
1414
graphviz = "^0.13.2"
1515
jinja2 = "^2.10"
16+
contextvars = { version = "^2.4", python = "~3.6" }
1617

1718
[tool.poetry.dev-dependencies]
1819
pytest = "^3.0"

0 commit comments

Comments
 (0)