X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/18654bb52aa90eceb989f9e7b9e0bff1f4f35971..03766f515b908b76a488da40fec3eeffb9369af7:/Pipfile diff --git a/Pipfile b/Pipfile index 2c1389e..c461004 100644 --- a/Pipfile +++ b/Pipfile @@ -12,6 +12,7 @@ toml = ">=0.9.4" black = {path = ".",extras = ["d"],editable = true} aiohttp-cors = "*" typed-ast = ">=1.3.1" +regex = ">=2019.8" [dev-packages] pre-commit = "*" @@ -27,3 +28,4 @@ Sphinx = "*" setuptools = ">=39.2.0" twine = ">=1.11.0" wheel = ">=0.31.1" +setuptools-scm = "*"