fix merge conflict

This commit is contained in:
iDutchy
2020-11-24 17:19:31 -06:00
22 changed files with 448 additions and 64 deletions

View File

@@ -34,7 +34,7 @@ with open('README.rst') as f:
readme = f.read()
extras_require = {
'voice': ['PyNaCl==1.3.0'],
'voice': ['PyNaCl>=1.3.0,<1.5'],
'docs': [
'sphinx==3.0.3',
'sphinxcontrib_trio==1.1.2',