From 09e77e548a83013cef9d6ccf4d4d9a53c3960d8b Mon Sep 17 00:00:00 2001
From: Rapptz <rapptz@gmail.com>
Date: Tue, 20 Sep 2016 23:08:41 -0400
Subject: [PATCH] Upgrade requirements to stable aiohttp.

Also lighten up on websockets requirements.
---
 requirements.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index f4c9a5d85..4ddf7e2d1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,2 +1,2 @@
-aiohttp>=0.21.0,<0.22.0
-websockets==3.1
+aiohttp>=1.0.0,<1.1.0
+websockets>=3.1,<4.0