X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/41240e9a784fe11d9e1a76befaf09b7ab2d09893..a82f1867875c906bedfe3ef675473b795d8b0440:/pyproject.toml diff --git a/pyproject.toml b/pyproject.toml index 5ee0811..915f6d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,6 +62,7 @@ attrs = "^17.4" click = "^6.5" toml = "^0.9.4" appdirs = "^1.4" +aiohttp = "^3.4" [tool.poetry.dev-dependencies] Sphinx = "^1.7" @@ -70,6 +71,6 @@ coverage = "^4.5" flake8 = "^3.5" flake8-bugbear = "^18.2" flake8-mypy = "^17.8" -mypy = "^0.600" +mypy = "^0.620" readme_renderer = "^21.0" recommonmark = "^0.4.0"