diff --git a/setup.py b/setup.py index 5ae4d12c..951c783b 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def read(fname): license='Apache 2', packages=find_packages(), install_requires=[ - 'aiohttp>=0.21.1', + 'aiohttp>=2.0.7', 'aiohttp_jinja2' ], include_package_data=True)