diff options
| author | 2021-04-12 21:39:36 +0100 | |
|---|---|---|
| committer | 2021-04-12 21:39:36 +0100 | |
| commit | dfc732267d65292881e0cc2f74ea7818f9e15da2 (patch) | |
| tree | 2dd9a4c3ac7c887d9155c7a3ebc5a2d6c4fa39f3 /Pipfile | |
| parent | Merge branch 'main' into Enforce-image-processing-concurrency (diff) | |
Change to pillow-simd
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,13 +8,13 @@ aiodns = "~=2.0" arrow = "~=0.14" beautifulsoup4 = "~=4.8" fuzzywuzzy = "~=0.17" -pillow = "~=8.1" pytz = "~=2019.2" sentry-sdk = "~=0.19" PyYAML = "~=5.4" "discord.py" = {extras = ["voice"], version = "~=1.5.1"} async-rediscache = {extras = ["fakeredis"], version = "~=0.1.4"} emojis = "~=0.6.0" +pillow-simd = "~=7.0" [dev-packages] flake8 = "~=3.8" |