add build version limit

pull/972/head
Tobias Bruckert 2 years ago
parent dbb0c4cf36
commit 5ff982ce74

@ -13,7 +13,7 @@ include = ["resources/**/*"]
python = "^3.7"
graphviz = ">=0.13.2,<0.21.0"
jinja2 = ">=2.10,<4.0"
typed-ast = "^1.5.4"
typed-ast = { version = "^1.5.5", markers = "python_version < '3.8'}
[tool.poetry.dev-dependencies]
pytest = "^7.3"

Loading…
Cancel
Save