diff options
| author | Rapptz <[email protected]> | 2016-02-19 12:27:05 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2016-02-19 12:27:24 -0500 |
| commit | 49427ce0652f6ce17f1dc129c73f365465823c61 (patch) | |
| tree | 87ab916ab4684388a08856aa240e5cdfd8ea0f14 | |
| parent | [commands] Helper functions now take *args and **kwargs. (diff) | |
| download | discord.py-49427ce0652f6ce17f1dc129c73f365465823c61.tar.xz discord.py-49427ce0652f6ce17f1dc129c73f365465823c61.zip | |
Change requirements.txt to use version 0.21.x of aiohttp.
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index e4a04ee3..214d50ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -aiohttp==0.19.0 +aiohttp>=0.21.0,<0.22.0 websockets==2.7 |