diff options
| author | 2021-10-17 10:16:21 +0200 | |
|---|---|---|
| committer | 2021-10-17 10:16:21 +0200 | |
| commit | 4050b0cfe58d88674893d7e94ab63ba10aaca0b7 (patch) | |
| tree | b8d2c5a0a6720da7b2b2922704f1c155eaa095ff /pyproject.toml | |
| parent | Merge pull request #1875 from python-discord/ks123/bugfix/reapply-infraction (diff) | |
| parent | Merge remote-tracking branch 'origin/main' into discord-2.0 (diff) | |
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 515514c7b..e227ffaa6 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"} aio-pika = "~=6.1" aiodns = "~=2.0" aiohttp = "~=3.7" @@ -17,7 +18,6 @@ beautifulsoup4 = "~=4.9" colorama = { version = "~=0.4.3", markers = "sys_platform == 'win32'" } coloredlogs = "~=14.0" deepdiff = "~=4.0" -"discord.py" = "~=1.7.3" emoji = "~=0.6" feedparser = "~=6.0.2" rapidfuzz = "~=1.4" |