diff options
| author | 2022-02-21 09:40:33 +0530 | |
|---|---|---|
| committer | 2022-02-21 09:40:33 +0530 | |
| commit | ecf97bbd9aa2dc2f3159e148ef0831fc8c94e460 (patch) | |
| tree | 9d1b7abcde18aa98e38abd9fd318fe0aea6cf501 /pyproject.toml | |
| parent | disallow setting infraction durations into the past (diff) | |
| parent | Merge pull request #2078 from python-discord/chris/fix/help-channel-errors (diff) | |
Merge remote-tracking branch 'upstream/main' into bug/infr-duration
# Conflicts:
#	bot/exts/moderation/infraction/_scheduler.py
#	bot/exts/moderation/infraction/management.py
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 928435975..c764910c2 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" @@ -34,7 +36,6 @@ tldextract = "^3.1.2"  [tool.poetry.dev-dependencies]  coverage = "~=5.0" -coveralls = "~=2.1"  flake8 = "~=3.8"  flake8-annotations = "~=2.0"  flake8-bugbear = "~=20.1"  |