aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-02-21 02:06:25 +0000
committerGravatar Chris Lovering <[email protected]>2022-02-24 18:27:32 +0000
commit52ddeca0aa1475059d593b84b6dc58c8fbf6bf03 (patch)
tree731d280788eac9505d009635a50d4265f96be6de /pyproject.toml
parentMerge pull request #29 from python-discord/port-utilities (diff)
Change discord API wrapper to disnake
This also bumps the dev deps
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml17
1 files changed, 8 insertions, 9 deletions
diff --git a/pyproject.toml b/pyproject.toml
index e7f98819..5eab4fb1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bot-core"
-version = "1.2.0"
+version = "1.3.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,7 +16,7 @@ exclude = ["tests", "tests.*"]
[tool.poetry.dependencies]
python = "3.9.*"
-"discord.py" = {url = "https://github.com/Rapptz/discord.py/archive/45d498c1b76deaf3b394d17ccf56112fa691d160.zip"}
+disnake = ">=2.4"
[tool.poetry.dev-dependencies]
flake8 = "4.0.1"
@@ -28,17 +28,16 @@ flake8-string-format = "0.3.0"
flake8-tidy-imports = "4.6.0"
flake8-todo = "0.7"
pep8-naming = "0.12.1"
-pre-commit = "2.16.0"
-taskipy = "1.9.0"
+pre-commit = "2.17.0"
+taskipy = "1.10.1"
python-dotenv = "0.19.2"
-pytest = "6.2.5"
+pytest = "7.0.1"
pytest-cov = "3.0.0"
-pytest-xdist = { version = "2.5.0", extras = ["psutil"] }
+pytest-xdist = "2.5.0"
Sphinx = "4.4.0"
-tomli = "2.0.0"
-GitPython = "3.1.26"
+GitPython = "3.1.27"
sphinx-autodoc-typehints = "1.17.0"
-furo = "2022.1.2"
+furo = "2022.2.23"
[tool.taskipy.tasks]