diff options
| author | Rapptz <[email protected]> | 2017-03-23 17:47:24 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-03-23 17:47:24 -0400 |
| commit | 959c60543d61903aff273852995932e62c92418e (patch) | |
| tree | 6c72b2bf4767fb189284ee98ef54e5dd54aee035 | |
| parent | Reference the ConnectionState by weakref instead of a strong reference. (diff) | |
| download | discord.py-959c60543d61903aff273852995932e62c92418e.tar.xz discord.py-959c60543d61903aff273852995932e62c92418e.zip | |
Upgrade aiohttp requirement to 2.0.
Apparently this doesn't cause any issues with the existing code as-is.
I suspect the real issue will be with people's third party code.
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 4ddf7e2d..088b3242 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -aiohttp>=1.0.0,<1.1.0 +aiohttp>=2.0.0,<2.1.0 websockets>=3.1,<4.0 |