X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/5938106ac4932cb9015122352c87e2f1daba55e8..0ff718e1e2b434477bca134e6c8aa0f67c898cbc:/setup.py diff --git a/setup.py b/setup.py index d4e9405..8c9672e 100644 --- a/setup.py +++ b/setup.py @@ -39,6 +39,7 @@ setup( "appdirs", "toml>=0.9.4", "typed-ast>=1.3.1", + "regex", ], extras_require={"d": ["aiohttp>=3.3.2", "aiohttp-cors"]}, test_suite="tests.test_black", @@ -51,6 +52,7 @@ setup( "Programming Language :: Python", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3 :: Only", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Quality Assurance",