X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/24418a54501381e1cdbe0ab1de4e4ced7537c124..53a6216cd57955837e84f6ea82ca650c86320b03:/setup.py diff --git a/setup.py b/setup.py index efdf693..856c7fa 100644 --- a/setup.py +++ b/setup.py @@ -71,7 +71,7 @@ setup( "click>=7.1.2", "appdirs", "toml>=0.10.1", - "typed-ast>=1.4.2", + "typed-ast>=1.4.2; python_version < '3.8'", "regex>=2020.1.8", "pathspec>=0.6, <1", "dataclasses>=0.6; python_version < '3.7'", @@ -81,6 +81,7 @@ setup( extras_require={ "d": ["aiohttp>=3.3.2", "aiohttp-cors"], "colorama": ["colorama>=0.4.3"], + "python2": ["typed-ast>=1.4.2"], }, test_suite="tests.test_black", classifiers=[