From 1b6eeaf53168e855b8cca188f927618fa2d9bdd7 Mon Sep 17 00:00:00 2001 From: Nickolai Novik Date: Thu, 4 May 2017 23:18:26 +0300 Subject: [PATCH] update aiohttp version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)