X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/a0b4e609a7393fac11ecc94eb859c1e85b540036..3d96b7f10a56fcf826693e98f08b673dad8ac256:/Pipfile diff --git a/Pipfile b/Pipfile index 40f3d60..b385957 100644 --- a/Pipfile +++ b/Pipfile @@ -12,7 +12,8 @@ flake8-bugbear = "*" mypy = ">=0.812" pre-commit = "*" readme_renderer = "*" -recommonmark = "*" +MyST-Parser = ">=0.13.7" +sphinxcontrib-programoutput = ">=0.17" setuptools = ">=39.2.0" setuptools-scm = "*" twine = ">=1.11.0" @@ -20,7 +21,7 @@ wheel = ">=0.31.1" black = {editable = true, extras = ["d"], path = "."} [packages] -aiohttp = ">=3.3.2" +aiohttp = ">=3.6.0" aiohttp-cors = "*" appdirs = "*" click = ">=7.1.2"