aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-03-15 12:10:24 +0000
committerGravatar Chris Lovering <[email protected]>2022-03-15 12:10:24 +0000
commit3cb4389fa47ca0aebb83f2e59b8056f27ebd0d0c (patch)
treefb93a55918b857edf65c4f3b7358ee977c409013 /pyproject.toml
parentMerge pull request #37 from python-discord/fix/trace-logging (diff)
Revert back to discord.py
This pins at a newer version of Discord.py too, to include the recent changes to bring it up to v10 of the Discord API
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 554948e9..0c911c23 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,8 +16,7 @@ exclude = ["tests", "tests.*"]
[tool.poetry.dependencies]
python = "3.9.*"
-# It is expected that bots that use bot-core will define a striciter version of disnake.
-disnake = "^2"
+"discord.py" = {url = "https://github.com/Rapptz/discord.py/archive/beafaa8a8b8006357c2a1ca6802ed80e000f4cda.zip"}
[tool.poetry.dev-dependencies]
flake8 = "4.0.1"