aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 677ecadb..896dd7fc 100644
--- a/setup.py
+++ b/setup.py
@@ -9,6 +9,7 @@ with open('requirements.txt') as f:
if on_rtd:
requirements.append('sphinxcontrib-napoleon')
+ requirements.append('sphinxcontrib-asyncio')
version = ''
with open('discord/__init__.py') as f:
@@ -35,6 +36,7 @@ with open('README.md') as f:
extras_require = {
'voice': ['PyNaCl==1.0.1'],
+ 'docs': ['sphinxcontrib-asyncio']
}
setup(name='discord.py',