Remove typed-ast

Marker was for Python < 3.8, only Python > 3.9 is supported nowadays
pull/1088/head
Fabian Affolter 9 months ago committed by GitHub
parent b6ee6e00cb
commit 920c355142
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -16,7 +16,6 @@ diagrams="diagrams.cli:main"
python = "^3.9" python = "^3.9"
graphviz = ">=0.13.2,<0.21.0" graphviz = ">=0.13.2,<0.21.0"
jinja2 = ">=2.10,<4.0" jinja2 = ">=2.10,<4.0"
typed-ast = {version="^1.5.5", markers="python_version<'3.8'"}
pre-commit = "^4.0.1" pre-commit = "^4.0.1"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]

Loading…
Cancel
Save