diff options
| author | Rapptz <[email protected]> | 2016-09-20 23:08:41 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2016-09-20 23:08:41 -0400 |
| commit | 09e77e548a83013cef9d6ccf4d4d9a53c3960d8b (patch) | |
| tree | 312aebd18a0b128cc30db82cfbbec186fd4c4dfd | |
| parent | [commands] Allow coroutine functions in Bot.command_prefix (diff) | |
| download | discord.py-09e77e548a83013cef9d6ccf4d4d9a53c3960d8b.tar.xz discord.py-09e77e548a83013cef9d6ccf4d4d9a53c3960d8b.zip | |
Upgrade requirements to stable aiohttp.
Also lighten up on websockets requirements.
| -rw-r--r-- | requirements.txt | 4 |
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 |