aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2022-03-15 16:25:28 +0400
committerGravatar GitHub <[email protected]>2022-03-15 16:25:28 +0400
commitbc0a470dcd99007581975f23efabbda9266dac9d (patch)
tree6fa9bc28c1b4b8b495be25031eee39cd71e6d824 /pyproject.toml
parentMerge pull request #37 from python-discord/fix/trace-logging (diff)
parentBump version and document breaking change (diff)
Merge pull request #39 from python-discord/revert-disnakev4.0.0
Revert disnake
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 554948e9..5c143b94 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bot-core"
-version = "3.0.1"
+version = "4.0.0"
description = "Bot-Core provides the core functionality and utilities for the bots of the Python Discord community."
authors = ["Python Discord <[email protected]>"]
license = "MIT"
@@ -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"