diff options
| author | Rapptz <[email protected]> | 2020-11-21 22:58:29 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-11-21 22:59:56 -0500 |
| commit | 7f3737fcc2fc32078b0904131adcaa75d5eda942 (patch) | |
| tree | f3863f809354bd6b71e8ac4924f1f9e7da30138a | |
| parent | Clear the connected flag when potentially reconnecting the player (diff) | |
| download | discord.py-7f3737fcc2fc32078b0904131adcaa75d5eda942.tar.xz discord.py-7f3737fcc2fc32078b0904131adcaa75d5eda942.zip | |
Bump dependencies for 3.9 to work without build tools
Fix #5984, #5970
| -rw-r--r-- | requirements.txt | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index 25c9da58..8517fb4d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -aiohttp>=3.6.0,<3.7.0 +aiohttp>=3.6.0,<3.8.0 @@ -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', |