Add support for voice channel parties #33

Closed
wasi-master wants to merge 277 commits from master into 2.0
143 changed files with 7868 additions and 24839 deletions
Showing only changes of commit ccb4e0b6e7 - Show all commits

View File

@ -36,8 +36,8 @@ with open('README.rst') as f:
extras_require = {
'voice': ['PyNaCl==1.3.0'],
'docs': [
'sphinx==2.4.4',
'sphinxcontrib_trio==1.1.1',
'sphinx==3.0.3',
'sphinxcontrib_trio==1.1.2',
'sphinxcontrib-websupport',
]
}