diff options
| author | 2021-03-19 15:19:23 +0100 | |
|---|---|---|
| committer | 2021-03-19 15:19:23 +0100 | |
| commit | 25b2e4c8412cceffe1ec528a9894586599f5f25d (patch) | |
| tree | e3387dc9441445184947c88b214406a3b4f9aaa7 /Pipfile | |
| parent | First pass of easy to produce errors (diff) | |
| parent | Merge 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-- | Pipfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |