Browse Source

Upgrade requirements to stable aiohttp.

Also lighten up on websockets requirements.
pull/349/head
Rapptz 9 years ago
parent
commit
09e77e548a
  1. 4
      requirements.txt

4
requirements.txt

@ -1,2 +1,2 @@
aiohttp>=0.21.0,<0.22.0
websockets==3.1
aiohttp>=1.0.0,<1.1.0
websockets>=3.1,<4.0

Loading…
Cancel
Save