Browse Source

Change websockets version to >=6.0, !=7

Allow the usage of newer websockets versions, as the bug preventing the upgrade was fixed in websockets 8.0, while allowing the install of discord.py on Python 3.5.
pull/2198/merge
Stefano Pigozzi 5 years ago
committed by Rapptz
parent
commit
6065cee7a0
  1. 2
      requirements.txt

2
requirements.txt

@ -1,2 +1,2 @@
aiohttp>=3.6.0,<3.7.0
websockets>=6.0,<7.0
websockets>=6.0,!=7.0,!=8.0,!=8.0.1,<9.0

Loading…
Cancel
Save