Browse Source

Bump dependencies for 3.9 to work without build tools

Fix #5984, #5970
pull/6076/head
Rapptz 4 years ago
parent
commit
7f3737fcc2
  1. 2
      requirements.txt
  2. 2
      setup.py

2
requirements.txt

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

2
setup.py

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

Loading…
Cancel
Save