diff options
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" |