X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/31f4105731c9e5a6930905d358b62b2b834b940b..1a5b55cf2df12fa93c8f27a0ff5da09fc3e896cf:/Pipfile diff --git a/Pipfile b/Pipfile index 925a42f..9eada97 100644 --- a/Pipfile +++ b/Pipfile @@ -11,6 +11,8 @@ toml = ">=0.9.4" black = {path = ".",extras = ["d"],editable = true} aiohttp-cors = "*" typed-ast = "==1.4.0" +typing_extensions = ">=3.7.4" +mypy_extensions = ">=0.4.3" regex = ">=2019.8" pathspec = ">=0.6" dataclasses = {version = ">=0.6", python_version = "< 3.7"}