Drop explicit dependency: typed_ast

typed-ast has been a required dependency of mypy since v0.470. Can rely
on it being installed as a transient dependency and not list it
explicitly. For the change in mypy, see:

a207754a7e
This commit is contained in:
Jon Dufresne
2018-11-16 05:18:52 -08:00
parent 6c94801ec2
commit 3bc938ceba

View File

@@ -45,8 +45,7 @@ extras_require = {
'html5lib',
'flake8>=3.5.0',
'flake8-import-order',
'mypy',
'typed_ast',
'mypy>=0.470',
],
}