X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/a5381ba7648f7308145c78c248e29118e18dc530..3500e1cda5bef73ddc7eaf79be6c67c918738936:/setup.py diff --git a/setup.py b/setup.py index 19df9be..015f321 100644 --- a/setup.py +++ b/setup.py @@ -86,7 +86,7 @@ setup( "mypy_extensions>=0.4.3", ], extras_require={ - "d": ["aiohttp>=3.6.0"], + "d": ["aiohttp>=3.7.4"], "colorama": ["colorama>=0.4.3"], "python2": ["typed-ast>=1.4.2"], "uvloop": ["uvloop>=0.15.2"],