diff options
| author | 2021-04-15 19:07:15 +0530 | |
|---|---|---|
| committer | 2021-04-15 19:07:15 +0530 | |
| commit | 01c61ec41acf38384450b25875d05e5ff1c50f5d (patch) | |
| tree | 95ca1401bd5579ee964cc079e27e34748bde9d52 /Pipfile | |
| parent | Merge branch 'master' into reddit_migration (diff) | |
| parent | Merge pull request #679 from python-discord/vcokltfre/fix/timed-error-help (diff) | |
Merge branch 'main' into reddit_migration
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -8,12 +8,14 @@ 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" +PyYAML = "~=5.4" "discord.py" = {extras = ["voice"], version = "~=1.5.1"} async-rediscache = {extras = ["fakeredis"], version = "~=0.1.4"} +emojis = "~=0.6.0" +matplotlib = "~=3.4.1" [dev-packages] flake8 = "~=3.8" |