aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorItWasAllIntended <[email protected]>2018-09-10 16:53:41 +0100
committerRapptz <[email protected]>2018-09-14 22:55:28 -0400
commit134bc21fda25657b76bc9d98a619093eecebff66 (patch)
treebed13ae005169eb6917a64249292d4602d78390d /setup.py
parentChange docstrings to raw-strings (diff)
downloaddiscord.py-134bc21fda25657b76bc9d98a619093eecebff66.tar.xz
discord.py-134bc21fda25657b76bc9d98a619093eecebff66.zip
Update PyNaCl dependency to one that works with 3.7
This also adds the 3.7 classifier as with this there are no 3.7 issues
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5a9c4cd4..a5904855 100644
--- a/setup.py
+++ b/setup.py
@@ -34,7 +34,7 @@ with open('README.rst') as f:
readme = f.read()
extras_require = {
- 'voice': ['PyNaCl==1.1.2'],
+ 'voice': ['PyNaCl==1.2.1'],
'docs': [
'sphinx==1.7.4',
'sphinxcontrib-asyncio',
@@ -62,6 +62,7 @@ setup(name='discord.py',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
'Topic :: Internet',
'Topic :: Software Development :: Libraries',
'Topic :: Software Development :: Libraries :: Python Modules',