Bump requirements to aiohttp 2.2 and PyNaCl 1.1.2

This commit is contained in:
Rapptz 2017-07-01 16:56:39 -04:00
parent 0b9d402272
commit da6ced72c9
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
aiohttp>=2.0.0,<2.1.0
aiohttp>=2.0.0,<2.3.0
websockets>=3.1,<4.0

View File

@ -35,7 +35,7 @@ with open('README.md') as f:
readme = f.read()
extras_require = {
'voice': ['PyNaCl==1.0.1'],
'voice': ['PyNaCl==1.1.2'],
'docs': ['sphinxcontrib-asyncio']
}