aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Matteo Bertucci <[email protected]>2021-03-19 15:19:23 +0100
committerGravatar GitHub <[email protected]>2021-03-19 15:19:23 +0100
commit25b2e4c8412cceffe1ec528a9894586599f5f25d (patch)
treee3387dc9441445184947c88b214406a3b4f9aaa7 /Pipfile
parentFirst pass of easy to produce errors (diff)
parentMerge pull request #631 from python-discord/dependabot/pip/pillow-8.1.1 (diff)
Merge branch 'main' into Handle-DMChannels
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index c382902f..2e922ec4 100644
--- a/Pipfile
+++ b/Pipfile
@@ -8,12 +8,13 @@ aiodns = "~=2.0"
arrow = "~=0.14"
beautifulsoup4 = "~=4.8"
fuzzywuzzy = "~=0.17"
-pillow = "~=7.2"
+pillow = "~=8.1"
pytz = "~=2019.2"
sentry-sdk = "~=0.19"
PyYAML = "~=5.3.1"
"discord.py" = {extras = ["voice"], version = "~=1.5.1"}
async-rediscache = {extras = ["fakeredis"], version = "~=0.1.4"}
+emojis = "~=0.6.0"
[dev-packages]
flake8 = "~=3.8"