Browse Source

Fixed missing awaits in subclassed coros

v1.3.x
DevilXD 5 years ago
committed by Rapptz
parent
commit
aea9c2aebf
  1. 2
      setup.py

2
setup.py

@ -37,7 +37,7 @@ extras_require = {
'voice': ['PyNaCl==1.3.0'],
'docs': [
'sphinx==1.8.5',
'sphinxcontrib_trio==1.1.0',
'sphinxcontrib_trio==1.1.1',
'sphinxcontrib-websupport',
]
}

Loading…
Cancel
Save