From 80643c9866b8445c28d3885151d43383672667c1 Mon Sep 17 00:00:00 2001 From: Louis-Philippe Huberdeau Date: Wed, 10 Oct 2018 13:44:24 -0400 Subject: [PATCH] Allow aiohttp 3.4.x --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 036861e..f448fbe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohttp>3.1,<3.2 +aiohttp>3.1,<3.5 easyinject==0.3 marshmallow==2.9.1 packaging==16.7