Browse Source

Bump PyNaCl to 1.3.0

pull/2054/head
Rapptz 6 years ago
parent
commit
bb79f2ae81
  1. 2
      setup.py

2
setup.py

@ -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',

Loading…
Cancel
Save