From 7f3737fcc2fc32078b0904131adcaa75d5eda942 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 21 Nov 2020 22:58:29 -0500 Subject: [PATCH] Bump dependencies for 3.9 to work without build tools Fix #5984, #5970 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 25c9da5884f0..8517fb4da780 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -aiohttp>=3.6.0,<3.7.0 +aiohttp>=3.6.0,<3.8.0 diff --git a/setup.py b/setup.py index ccb9f3d6e11e..07ebbf7d6824 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ 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',