소스 검색
Merge pull request #13 from rajat404/master
add: contextvars to pyproject.toml
tags/v0.3.0
MinJae Kwon
4 년 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
2개의 추가작업 그리고
1개의 파일을 삭제
-
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" |
|
|
|