Browse Source

Bump requirements to aiohttp 2.2 and PyNaCl 1.1.2

pull/620/head
Rapptz 8 years ago
parent
commit
da6ced72c9
  1. 2
      requirements.txt
  2. 2
      setup.py

2
requirements.txt

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

2
setup.py

@ -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']
}

Loading…
Cancel
Save