X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/c702588daa9f75855119d0656661ac17934efe35..ed9d58b7410f24446cedebd0f767b71b154f5f5b:/setup.py?ds=inline 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=[