From 7f3737fcc2fc32078b0904131adcaa75d5eda942 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 21 Nov 2020 22:58:29 -0500 Subject: Bump dependencies for 3.9 to work without build tools Fix #5984, #5970 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index ccb9f3d6..07ebbf7d 100644 --- a/setup.py +++ b/setup.py @@ -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', -- cgit v1.2.3