From 6e4f31ef8a147784f9b38146c36fe473ba625296 Mon Sep 17 00:00:00 2001 From: Dmitry Orlov Date: Wed, 14 Feb 2018 08:00:19 +0300 Subject: [PATCH] [fix] update aiohttp --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ae1565c..83befb7 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ ], }, install_requires=[ - 'aiohttp<3', + 'aiohttp<4', 'yarl', ], python_requires=">3.5.*, <4",