Parcourir la source

Upgrading to discord 1.6.0

Lucas Villeneuve il y a 5 ans
Parent
commit
e6b73ead72
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      requirements.txt
  2. 1 1
      tests/requirements.txt

+ 1 - 1
requirements.txt

@@ -10,7 +10,7 @@ certifi==2020.12.5
 cffi==1.14.4
 chardet==3.0.4
 discord==1.0.1
-discord.py==1.5.1
+discord.py==1.6.0
 feedparser==6.0.2
 html2text==2020.1.16
 idna==2.10

+ 1 - 1
tests/requirements.txt

@@ -3,4 +3,4 @@ coverage==5.3.1
 pytest==6.2.1
 pytest-asyncio==0.14.0
 pytest-cov
-git+https://github.com/LucasVilleneuve/dpytest.git#egg=dpytest # Installing a fork of dpytest to fix an error with member_cache_flags
+git+https://github.com/bravosierra99/dpytest.git#egg=dpytest # Installing a fork of dpytest to make it work with new versions of discord.py