mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-17 03:09:05 +00:00
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
This commit is contained in:
parent
a4d1599ce9
commit
134bc21fda
3
setup.py
3
setup.py
@ -34,7 +34,7 @@ with open('README.rst') as f:
|
|||||||
readme = f.read()
|
readme = f.read()
|
||||||
|
|
||||||
extras_require = {
|
extras_require = {
|
||||||
'voice': ['PyNaCl==1.1.2'],
|
'voice': ['PyNaCl==1.2.1'],
|
||||||
'docs': [
|
'docs': [
|
||||||
'sphinx==1.7.4',
|
'sphinx==1.7.4',
|
||||||
'sphinxcontrib-asyncio',
|
'sphinxcontrib-asyncio',
|
||||||
@ -62,6 +62,7 @@ setup(name='discord.py',
|
|||||||
'Operating System :: OS Independent',
|
'Operating System :: OS Independent',
|
||||||
'Programming Language :: Python :: 3.5',
|
'Programming Language :: Python :: 3.5',
|
||||||
'Programming Language :: Python :: 3.6',
|
'Programming Language :: Python :: 3.6',
|
||||||
|
'Programming Language :: Python :: 3.7',
|
||||||
'Topic :: Internet',
|
'Topic :: Internet',
|
||||||
'Topic :: Software Development :: Libraries',
|
'Topic :: Software Development :: Libraries',
|
||||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user