From a2337ed6c65cb8985e7bb14aef67fda3eff82482 Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Wed, 15 Feb 2017 16:41:23 +0100 Subject: [PATCH] Force installation of last aiohttp --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f79cf434..629ad599 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ jsonschema>=2.4.0 -aiohttp>=1.2.0 +aiohttp>=1.3.1 aiohttp_cors>=0.4.0 -yarl>=0.8.1 +yarl>=0.9.6 typing>=3.5.3.0 # Otherwise yarl fail with python 3.4 Jinja2>=2.7.3 raven>=5.23.0