Browse Source

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.
pull/530/head
Rapptz 8 years ago
parent
commit
959c60543d
  1. 2
      requirements.txt

2
requirements.txt

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

Loading…
Cancel
Save