X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/ed9b31b1394bc4c57bad08a065477323c458e9c3..4bcae4cf839aeba828bcdc4764369ae790f81d0d:/Pipfile diff --git a/Pipfile b/Pipfile index 8e9ad1e..c461004 100644 --- a/Pipfile +++ b/Pipfile @@ -9,11 +9,15 @@ 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.3.1" +regex = ">=2019.8" [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 = "*" @@ -24,3 +28,4 @@ Sphinx = "*" setuptools = ">=39.2.0" twine = ">=1.11.0" wheel = ">=0.31.1" +setuptools-scm = "*"