aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml18
1 files changed, 9 insertions, 9 deletions
diff --git a/pyproject.toml b/pyproject.toml
index e7f98819..34366568 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bot-core"
-version = "1.2.0"
+version = "2.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,7 +16,8 @@ exclude = ["tests", "tests.*"]
[tool.poetry.dependencies]
python = "3.9.*"
-"discord.py" = {url = "https://github.com/Rapptz/discord.py/archive/45d498c1b76deaf3b394d17ccf56112fa691d160.zip"}
+# It is expected that bots that use bot-core will define a striciter version of disnake.
+disnake = "^2"
[tool.poetry.dev-dependencies]
flake8 = "4.0.1"
@@ -28,17 +29,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]