X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/b97a4ac449c6f0fd987e9ad2d0228fa756870086..1af533108968e40cc005079a328ad117a864af13:/Pipfile diff --git a/Pipfile b/Pipfile index 7f386c5..6c635a6 100644 --- a/Pipfile +++ b/Pipfile @@ -21,6 +21,7 @@ flake8-bugbear = "*" mypy = ">=0.910" types-dataclasses = ">=0.1.3" types-typed-ast = ">=1.4.1" +types-PyYAML = ">=5.4.1" # Documentation related requirements. Sphinx = ">=4.1.2" @@ -39,8 +40,7 @@ readme_renderer = "*" black = {editable = true, extras = ["d", "jupyter"], path = "."} [packages] -aiohttp = ">=3.6.0" -aiohttp-cors = ">=0.4.0" +aiohttp = ">=3.7.4" platformdirs= ">=2" click = ">=8.0.0" mypy_extensions = ">=0.4.3"