aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRapptz <[email protected]>2016-09-20 23:08:41 -0400
committerRapptz <[email protected]>2016-09-20 23:08:41 -0400
commit09e77e548a83013cef9d6ccf4d4d9a53c3960d8b (patch)
tree312aebd18a0b128cc30db82cfbbec186fd4c4dfd
parent[commands] Allow coroutine functions in Bot.command_prefix (diff)
downloaddiscord.py-09e77e548a83013cef9d6ccf4d4d9a53c3960d8b.tar.xz
discord.py-09e77e548a83013cef9d6ccf4d4d9a53c3960d8b.zip
Upgrade requirements to stable aiohttp.
Also lighten up on websockets requirements.
-rw-r--r--requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index f4c9a5d8..4ddf7e2d 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