Skip to content

Commit

Permalink
Downgrade Python pillow package to 9.5.0 version
Browse files Browse the repository at this point in the history
Fix error message: 'FreeTypeFont' object has no attribute 'getsize'
  • Loading branch information
tmszi committed Aug 21, 2023
1 parent 507be4f commit 76893fc
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 88 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ django-crontab = "*"
beautifulsoup4 = "*"
django-q = "*"
django-debug-toolbar = "*"
pillow = "==9.5.0"

[dev-packages]
pudb = "*"
Expand Down
186 changes: 98 additions & 88 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 76893fc

Please sign in to comment.