mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-20 09:56: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:
@@ -44,7 +44,7 @@ install_requires =
|
||||
click==7.1.2
|
||||
colorama==0.4.3
|
||||
contextlib2==0.6.0.post1
|
||||
discord.py==1.3.4
|
||||
discord.py==1.4.1
|
||||
distro==1.5.0; sys_platform == "linux"
|
||||
fuzzywuzzy==0.18.0
|
||||
idna==2.10
|
||||
@@ -53,12 +53,11 @@ install_requires =
|
||||
python-Levenshtein-wheels==0.13.1
|
||||
pytz==2020.1
|
||||
PyYAML==5.3.1
|
||||
Red-Lavalink==0.5.1
|
||||
Red-Lavalink==0.6.0
|
||||
schema==0.7.2
|
||||
tqdm==4.48.0
|
||||
typing-extensions==3.7.4.2
|
||||
uvloop==0.14.0; sys_platform != "win32" and platform_python_implementation == "CPython"
|
||||
websockets==8.1
|
||||
yarl==1.5.1
|
||||
|
||||
[options.extras_require]
|
||||
|
||||
Reference in New Issue
Block a user