Bump dependencies for 3.9 to work without build tools

Fix #5984, #5970
This commit is contained in:
Rapptz 2020-11-21 22:58:29 -05:00
parent 52865dfa99
commit 7f3737fcc2
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
aiohttp>=3.6.0,<3.7.0
aiohttp>=3.6.0,<3.8.0

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==1.8.5',
'sphinxcontrib_trio==1.1.1',