Skip to content

Commit

Permalink
Bump dependencies for 3.9 to work without build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapptz committed Nov 22, 2020
1 parent 52865df commit 7f3737f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
aiohttp>=3.6.0,<3.7.0
aiohttp>=3.6.0,<3.8.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 7f3737f

Please sign in to comment.