aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaewan-P <[email protected]>2019-10-28 22:22:08 +0900
committerRapptz <[email protected]>2019-11-19 21:06:29 -0500
commit5517a42ee39aff364a66fd0242d18109a382f790 (patch)
tree4e949f90f9a938c541cee67c0b9ecc37f959b423
parentFix OggStream "invalid header magic" at end of stream (diff)
downloaddiscord.py-feature/ext-tasks.tar.xz
discord.py-feature/ext-tasks.zip
Update requirements.txt for future updatefeature/ext-tasks
-rw-r--r--requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index d2abe662..ffc77f93 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,2 +1,2 @@
-aiohttp>=3.3.0,<3.6.0
-websockets>=6.0,<7.0
+aiohttp>=3.6.0,<3.7.0
+websockets>=6.0,<7.0 \ No newline at end of file