X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/6bedb5c58a7d8c25aa9509f8217bc24e9797e90d..12826f3c1e2ad75051d52cd2a81718a0349cc3db:/setup.py diff --git a/setup.py b/setup.py index 614a8d6..095d04a 100644 --- a/setup.py +++ b/setup.py @@ -42,6 +42,7 @@ setup( "typed-ast>=1.4.0", "regex", "pathspec>=0.6, <1", + "dataclasses>=0.6; python_version < '3.7'", ], extras_require={"d": ["aiohttp>=3.3.2", "aiohttp-cors"]}, test_suite="tests.test_black",