mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-21 00:07:51 +00:00
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.
3 lines
63 B
Plaintext
3 lines
63 B
Plaintext
aiohttp>=3.6.0,<3.7.0
|
|
websockets>=6.0,!=7.0,!=8.0,!=8.0.1,<9.0
|