ソースを参照
Merge pull request #13 from rajat404/master
add: contextvars to pyproject.toml
tags/v0.3.0
MinJae Kwon
4年前
committed by
GitHub
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
-
pyproject.toml
|
|
@@ -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" |
|
|
|