From 3bc938cebaf983911fb180852546583c16e4357d Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Fri, 16 Nov 2018 05:18:52 -0800 Subject: 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: https://github.com/python/mypy/commit/a207754a7e426359812c7ae490ea13c979762b51 --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index a9c8f463d..76986044a 100644 --- a/setup.py +++ b/setup.py @@ -45,8 +45,7 @@ extras_require = { 'html5lib', 'flake8>=3.5.0', 'flake8-import-order', - 'mypy', - 'typed_ast', + 'mypy>=0.470', ], } -- cgit v1.2.3