From afda1686e692384386f9a62e9171ebd37f5f258b Mon Sep 17 00:00:00 2001 From: Sylvain Bellemare Date: Tue, 16 Jan 2018 11:54:17 +0100 Subject: [PATCH] Upgrade aiohttp related to https://github.com/aio-libs/aiohttp/pull/2667 --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 49bb88c1..b506527d 100644 --- a/setup.py +++ b/setup.py @@ -80,10 +80,9 @@ install_requires = [ 'multipipes~=0.1.0', 'jsonschema~=2.5.1', 'pyyaml~=3.12', - 'aiohttp~=2.0', + 'aiohttp~=2.3', 'python-rapidjson-schema==0.1.1', 'statsd==3.2.1', - 'yarl>=0.11,<1.0', ] setup(