mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-20 01:46:05 -05:00
Preparations for d.py 1.4 (includes breaking changes related to mass mentions) (#3845)
Co-authored-by: PredaaA <46051820+PredaaA@users.noreply.github.com>
This commit is contained in:
@@ -24,10 +24,6 @@ install_requires =
|
||||
schema
|
||||
tqdm
|
||||
uvloop; sys_platform != "win32" and platform_python_implementation == "CPython"
|
||||
# Websockets is a secondary dependency, but until pip has a complete dependency resolver, we
|
||||
# need to list it here to avoid an incompatible version being installed.
|
||||
# See under point 2 here: https://pip.pypa.io/en/stable/user_guide/#requirements-files
|
||||
websockets<9.0
|
||||
|
||||
[options.extras_require]
|
||||
docs =
|
||||
|
||||
Reference in New Issue
Block a user