summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2023-10-22 00:45:23 -0600
committerNavan Chauhan <navanchauhan@gmail.com>2023-10-22 00:45:23 -0600
commita8482f395f41124aef60428563eca951134e68fb (patch)
treed99a9adc0b8b311780a7de6311ead8cda31e8320 /pyproject.toml
parent4608e567e22091f1e5d232762477746bc84da2cb (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.toml2
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"