Upgrade aiohttp requirement to 2.0.

Apparently this doesn't cause any issues with the existing code as-is.
I suspect the real issue will be with people's third party code.
This commit is contained in:
Rapptz 2017-03-23 17:47:24 -04:00
parent 730a0e2d53
commit 959c60543d

View File

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