Selaa lähdekoodia

Merge pull request #13 from rajat404/master

add: contextvars to pyproject.toml
tags/v0.3.0
MinJae Kwon 4 vuotta sitten
committed by GitHub
vanhempi
commit
27f6e3a1bc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. +2
    -1
      pyproject.toml

+ 2
- 1
pyproject.toml Näytä tiedosto

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


Ladataan…
Peruuta
Tallenna