diff options
| author | Taewan-P <[email protected]> | 2019-10-28 22:22:08 +0900 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-11-19 21:06:29 -0500 |
| commit | 5517a42ee39aff364a66fd0242d18109a382f790 (patch) | |
| tree | 4e949f90f9a938c541cee67c0b9ecc37f959b423 | |
| parent | Fix OggStream "invalid header magic" at end of stream (diff) | |
| download | discord.py-feature/ext-tasks.tar.xz discord.py-feature/ext-tasks.zip | |
Update requirements.txt for future updatefeature/ext-tasks
| -rw-r--r-- | requirements.txt | 4 |
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 |