X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/866be066463fc8fd01c16559596641f6ead1e797..47861a6a3b847026bfc677ae896fbcbe171347ae:/Pipfile?ds=inline diff --git a/Pipfile b/Pipfile index a8ef07a..623f603 100644 --- a/Pipfile +++ b/Pipfile @@ -16,6 +16,7 @@ typed-ast = ">=1.3.1" [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 = "*" @@ -26,3 +27,4 @@ Sphinx = "*" setuptools = ">=39.2.0" twine = ">=1.11.0" wheel = ">=0.31.1" +setuptools-scm = "*"