From 49427ce0652f6ce17f1dc129c73f365465823c61 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Fri, 19 Feb 2016 12:27:05 -0500 Subject: [PATCH] Change requirements.txt to use version 0.21.x of aiohttp. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e4a04ee3a..214d50ac3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -aiohttp==0.19.0 +aiohttp>=0.21.0,<0.22.0 websockets==2.7