diff options
| author | Rapptz <[email protected]> | 2019-04-08 17:45:54 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-04-08 17:51:16 -0400 |
| commit | bb79f2ae81bffa229f75bf917f5c46ea0f1092c9 (patch) | |
| tree | f3b7b6edebcc4fff757891d11e7ef7e72fd0c422 /setup.py | |
| parent | Wording nit, library -> function in load_opus (diff) | |
| download | discord.py-bb79f2ae81bffa229f75bf917f5c46ea0f1092c9.tar.xz discord.py-bb79f2ae81bffa229f75bf917f5c46ea0f1092c9.zip | |
Bump PyNaCl to 1.3.0
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ with open('README.rst') as f: readme = f.read() extras_require = { - 'voice': ['PyNaCl==1.2.1'], + 'voice': ['PyNaCl==1.3.0'], 'docs': [ 'sphinx==1.7.4', 'sphinxcontrib-asyncio', |