aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Matteo Bertucci <[email protected]>2021-10-17 10:16:21 +0200
committerGravatar GitHub <[email protected]>2021-10-17 10:16:21 +0200
commit4050b0cfe58d88674893d7e94ab63ba10aaca0b7 (patch)
treeb8d2c5a0a6720da7b2b2922704f1c155eaa095ff /pyproject.toml
parentMerge pull request #1875 from python-discord/ks123/bugfix/reapply-infraction (diff)
parentMerge remote-tracking branch 'origin/main' into discord-2.0 (diff)
Migrate to Discord 2.0a0
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 515514c7b..e227ffaa6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,6 +7,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = "3.9.*"
+"discord.py" = {url = "https://github.com/Rapptz/discord.py/archive/45d498c1b76deaf3b394d17ccf56112fa691d160.zip"}
aio-pika = "~=6.1"
aiodns = "~=2.0"
aiohttp = "~=3.7"
@@ -17,7 +18,6 @@ beautifulsoup4 = "~=4.9"
colorama = { version = "~=0.4.3", markers = "sys_platform == 'win32'" }
coloredlogs = "~=14.0"
deepdiff = "~=4.0"
-"discord.py" = "~=1.7.3"
emoji = "~=0.6"
feedparser = "~=6.0.2"
rapidfuzz = "~=1.4"