diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-22 00:45:23 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-22 00:45:23 -0600 |
commit | a8482f395f41124aef60428563eca951134e68fb (patch) | |
tree | d99a9adc0b8b311780a7de6311ead8cda31e8320 /pyproject.toml | |
parent | 4608e567e22091f1e5d232762477746bc84da2cb (diff) |
Downgrading Pillow to 9.5.0
Pillow 10.x removed getsize(), need to update helper lib first before upgrading
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index d7f0278..1863739 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ Jinja2 = "^3.1.2" markdown2 = "^2.4.10" Pygments = "^2.16.1" "Mastodon.py" = "^1.8.0" -Pillow = "^10.1.0" +Pillow = "9.5.0" requests = "^2.31.0" certifi = "^2023.7.22" urllib3 = "^2.0.7" |