aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar ToxicKidz <[email protected]>2022-01-26 16:13:16 -0500
committerGravatar ToxicKidz <[email protected]>2022-01-26 16:13:16 -0500
commit4c2829e015e948e9fadeb726ae2c8ec7207bf075 (patch)
tree02fc526312f2f1bf21aae0842a35573d8b3add68 /pyproject.toml
parentchore: Remove the naming of 'eval' in certain places (diff)
parentAdd missing restart-policy to metricity container (diff)
Merge branch 'main' of https://github.com/python-discord/bot into feat/timeit-command
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 928435975..19e5f78a7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,6 +8,8 @@ license = "MIT"
[tool.poetry.dependencies]
python = "3.9.*"
"discord.py" = {url = "https://github.com/Rapptz/discord.py/archive/45d498c1b76deaf3b394d17ccf56112fa691d160.zip"}
+# See https://bot-core.pythondiscord.com/ for docs.
+bot-core = {url = "https://github.com/python-discord/bot-core/archive/511bcba1b0196cd498c707a525ea56921bd971db.zip"}
aio-pika = "~=6.1"
aiodns = "~=2.0"
aiohttp = "~=3.7"