diff options
| author | 2021-08-31 17:30:14 +0100 | |
|---|---|---|
| committer | 2021-08-31 17:30:14 +0100 | |
| commit | c66be4adba72c6ef79d4a1e720b4925f1c57241a (patch) | |
| tree | 9be6db3d80e183cfd05963699706aac9ffc46b96 /pyproject.toml | |
| parent | Merge pull request #831 from brad90four/patch-1 (diff) | |
| parent | Snakes: make use of PLAYER_ICON_IMAGE_SIZE again (diff) | |
Merge pull request #835 from python-discord/discord-2.0
Migrate to Discord 2.0a0
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 293d4e12..0e3d9a51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,7 @@ license = "MIT" [tool.poetry.dependencies] python = "^3.9" +"discord.py" = {url = "https://github.com/Rapptz/discord.py/archive/45d498c1b76deaf3b394d17ccf56112fa691d160.zip"} aiodns = "~=2.0" aioredis = "~1.3" rapidfuzz = "~=1.4" @@ -14,7 +15,6 @@ arrow = "~=1.1.0" pillow = "~=8.1" sentry-sdk = "~=0.19" PyYAML = "~=5.4" -"discord.py" = "~=1.7.2" async-rediscache = {extras = ["fakeredis"], version = "~=0.1.4"} emojis = "~=0.6.0" matplotlib = "~=3.4.1" |