소스 검색

Merge pull request #13 from rajat404/master

add: contextvars to pyproject.toml
tags/v0.3.0
MinJae Kwon 4 년 전
committed by GitHub
부모
커밋
27f6e3a1bc
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      pyproject.toml

+ 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"


불러오는 중...
취소
저장