Skip to content

Commit

Permalink
Merge pull request #13 from rajat404/master
Browse files Browse the repository at this point in the history
add: contextvars to pyproject.toml
  • Loading branch information
mingrammer authored Feb 13, 2020
2 parents b63a9f6 + 513f077 commit 27f6e3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "diagrams"
version = "0.2.3"
version = "0.2.4"
description = "Diagram as Code"
license = "MIT"
authors = ["mingrammer <[email protected]>"]
Expand All @@ -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"
Expand Down

0 comments on commit 27f6e3a

Please sign in to comment.