aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorBeatButton <[email protected]>2018-02-11 09:41:18 -0700
committerRapptz <[email protected]>2018-02-12 00:20:18 -0500
commit9d3d8e0f0aacb22b0a7d4984f4ed21537db480f8 (patch)
tree61bf6f0ab4cc628755ce6fc706b87e73447c9026 /requirements.txt
parent[commands] Allow builtin unbound method converters (diff)
downloaddiscord.py-9d3d8e0f0aacb22b0a7d4984f4ed21537db480f8.tar.xz
discord.py-9d3d8e0f0aacb22b0a7d4984f4ed21537db480f8.zip
Fix websockets 4.0 support
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 5a7e43e7..508b44b5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,2 +1,2 @@
aiohttp>=2.0.0,<2.3.0
-websockets>=3.1,<4.0
+websockets>=4.0,<5.0