aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2017-07-01 16:56:39 -0400
committerRapptz <[email protected]>2017-07-01 16:56:39 -0400
commitda6ced72c9251366c113da68b0dc7ccbbbda6e24 (patch)
tree3fb803984c57ed04421da4c5bc8834bd87ad693f /setup.py
parent[commands] Improve commands.when_mentioned_or documentation. (diff)
downloaddiscord.py-da6ced72c9251366c113da68b0dc7ccbbbda6e24.tar.xz
discord.py-da6ced72c9251366c113da68b0dc7ccbbbda6e24.zip
Bump requirements to aiohttp 2.2 and PyNaCl 1.1.2
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 896dd7fc..42051943 100644
--- a/setup.py
+++ b/setup.py
@@ -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']
}