X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/47861a6a3b847026bfc677ae896fbcbe171347ae..95fd5cb6485c21cf0294899a4b2cb99c453fa01d:/Pipfile diff --git a/Pipfile b/Pipfile index 623f603..91054fd 100644 --- a/Pipfile +++ b/Pipfile @@ -11,7 +11,9 @@ appdirs = "*" toml = ">=0.9.4" black = {path = ".",extras = ["d"],editable = true} aiohttp-cors = "*" -typed-ast = ">=1.3.1" +typed-ast = "==1.4.0" +regex = ">=2019.8" +pathspec = ">=0.6" [dev-packages] pre-commit = "*"