diff options
| author | 2021-04-30 12:14:00 +0300 | |
|---|---|---|
| committer | 2021-04-30 12:14:00 +0300 | |
| commit | 109692e5b0efb181152ce5743d11fbea64171c9c (patch) | |
| tree | b20a8cc425d98d2f4b2ffc11ac1fe665b62b8192 /Pipfile | |
| parent | Add non-underscore aliases for lazy people like me :) (diff) | |
| parent | Merge pull request #709 from chincholikarsalil/fix-grammatical-error (diff) | |
Merge branch 'main' into Enforce-image-processing-concurrency
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"  |