X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/275a85f598582df530aa25f59f5bd71bcbf49a85..a701659da2e2b8cc5abca2c6c7c97832551627c0:/Pipfile diff --git a/Pipfile b/Pipfile index 04531cd..fb52776 100644 --- a/Pipfile +++ b/Pipfile @@ -11,10 +11,14 @@ appdirs = "*" toml = ">=0.9.4" black = {path = ".",extras = ["d"],editable = true} aiohttp-cors = "*" +typed-ast = ">=1.3.1" +regex = ">=2019.8" +pathspec = ">=0.6" [dev-packages] pre-commit = "*" coverage = "*" +docutils = "==0.15" # not a direct dependency, see https://github.com/pypa/pipenv/issues/3865 flake8 = "*" flake8-bugbear = "*" flake8-mypy = "*" @@ -25,3 +29,4 @@ Sphinx = "*" setuptools = ">=39.2.0" twine = ">=1.11.0" wheel = ">=0.31.1" +setuptools-scm = "*"