diff options
| author | Rapptz <[email protected]> | 2017-07-01 16:56:39 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-07-01 16:56:39 -0400 |
| commit | da6ced72c9251366c113da68b0dc7ccbbbda6e24 (patch) | |
| tree | 3fb803984c57ed04421da4c5bc8834bd87ad693f | |
| parent | [commands] Improve commands.when_mentioned_or documentation. (diff) | |
| download | discord.py-da6ced72c9251366c113da68b0dc7ccbbbda6e24.tar.xz discord.py-da6ced72c9251366c113da68b0dc7ccbbbda6e24.zip | |
Bump requirements to aiohttp 2.2 and PyNaCl 1.1.2
| -rw-r--r-- | requirements.txt | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index 088b3242..5a7e43e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -aiohttp>=2.0.0,<2.1.0 +aiohttp>=2.0.0,<2.3.0 websockets>=3.1,<4.0 @@ -35,7 +35,7 @@ with open('README.md') as f: readme = f.read() extras_require = { - 'voice': ['PyNaCl==1.0.1'], + 'voice': ['PyNaCl==1.1.2'], 'docs': ['sphinxcontrib-asyncio'] } |