diff options
author | 2022-03-15 16:25:28 +0400 | |
---|---|---|
committer | 2022-03-15 16:25:28 +0400 | |
commit | bc0a470dcd99007581975f23efabbda9266dac9d (patch) | |
tree | 6fa9bc28c1b4b8b495be25031eee39cd71e6d824 /pyproject.toml | |
parent | Merge pull request #37 from python-discord/fix/trace-logging (diff) | |
parent | Bump 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.toml | 5 |
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" |