diff options
| author | 2021-05-10 01:58:31 +0530 | |
|---|---|---|
| committer | 2021-05-10 01:58:31 +0530 | |
| commit | 2eda11d5110103d65ee684f4626d7c1ae59b32c9 (patch) | |
| tree | fbbbcf61ef0797722a1ea8136aaa412cd6283365 /Pipfile | |
| parent | Fix Bug:Paginated embed image gets carried to next page (diff) | |
| parent | Merge pull request #724 from ToxicKidz/fix/mosaic-command (diff) | |
Pull upstream and resolve conflicts.
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ pillow = "~=8.1" pytz = "~=2019.2" sentry-sdk = "~=0.19" PyYAML = "~=5.4" -"discord.py" = {extras = ["voice"], version = "~=1.5.1"} +"discord.py" = "~=1.5.1" async-rediscache = {extras = ["fakeredis"], version = "~=0.1.4"} emojis = "~=0.6.0" matplotlib = "~=3.4.1" |