From 959c60543d61903aff273852995932e62c92418e Mon Sep 17 00:00:00 2001 From: Rapptz Date: Thu, 23 Mar 2017 17:47:24 -0400 Subject: [PATCH] Upgrade aiohttp requirement to 2.0. Apparently this doesn't cause any issues with the existing code as-is. I suspect the real issue will be with people's third party code. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4ddf7e2d1..088b32425 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -aiohttp>=1.0.0,<1.1.0 +aiohttp>=2.0.0,<2.1.0 websockets>=3.1,<4.0