diff options
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"  |