Add contextvars for only Python 3.6

pull/13/head
rajat404 6 years ago
parent 1a95aedc39
commit 513f077797

@ -13,7 +13,7 @@ include = ["resources/**/*"]
python = "^3.6"
graphviz = "^0.13.2"
jinja2 = "^2.10"
contextvars = "^2.4"
contextvars = { version = "^2.4", python = "~3.6" }
[tool.poetry.dev-dependencies]
pytest = "^3.0"

Loading…
Cancel
Save