mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-20 18:06:08 -05:00
Merge 3.1.7 (#3098)
* uvloop + python3.8 * Lavalink bump to 3.2.1_846 * [Release] 3.1.7 - Handles a dependency issue for python3.8 - Updates the Lavalink jar used - This include's Nin's stat fix - Streaming from Soundcloud is working again, at least for now. * 3.1.7
This commit is contained in:
@@ -49,7 +49,9 @@ install_requires =
|
||||
Red-Lavalink==0.4.0
|
||||
schema==0.7.0
|
||||
tqdm==4.35.0
|
||||
uvloop==0.13.0; sys_platform != "win32" and platform_python_implementation == "CPython"
|
||||
# Below is due to an issue with uvloop < 0.14 with python 3.8, move both to 0.14 at full release
|
||||
uvloop==0.13.0; sys_platform != "win32" and platform_python_implementation == "CPython" and python_version<"3.8"
|
||||
uvloop==0.14.0rc2; sys_platform != "win32" and platform_python_implementation == "CPython" and python_version>="3.8"
|
||||
websockets==6.0
|
||||
yarl==1.3.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user