X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/0b40a7badf82c53c8a23b3a03273619f8440855d..23fec8b0f73a142d1796c8ca958230ad52d83c24:/Pipfile diff --git a/Pipfile b/Pipfile index ffb31aa..3784810 100644 --- a/Pipfile +++ b/Pipfile @@ -9,19 +9,24 @@ attrs = ">=18.1.0" click = ">=6.5" appdirs = "*" toml = ">=0.9.4" -black = {editable = true, path = ".", extras = ["d"]} +black = {path = ".",extras = ["d"],editable = true} aiohttp-cors = "*" +typed-ast = "==1.4.0" +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 = "*" -mypy = ">=0.620" +mypy = ">=0.740" readme_renderer = "*" recommonmark = "*" Sphinx = "*" setuptools = ">=39.2.0" twine = ">=1.11.0" wheel = ">=0.31.1" +setuptools-scm = "*"