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:
jack1142
2020-08-10 21:19:00 +02:00
committed by GitHub
parent 7707c862d1
commit 05ef5fa3a6
8 changed files with 28 additions and 25 deletions

View File

@@ -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]