From afa3f12e30120cd1c4dea092ba7a7b46cab602ac Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Thu, 23 Feb 2017 11:48:34 +0100 Subject: [PATCH] Allow any 1.3 aiohttp release but not 1.4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2a11681b..da2ab028 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ jsonschema>=2.4.0 -aiohttp==1.3.3 +aiohttp>=1.3.0,<=1.4.0 aiohttp_cors>=0.4.0 yarl>=0.9.6 typing>=3.5.3.0 # Otherwise yarl fail with python 3.4