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
commit8bcbbcdcf823a7922b6c400cdcf23da3b1192a17 (patch)
tree9bb2e3a8be04e615ea1bc2dfe341f155dca9be05 /pyproject.toml
parente6dbdc677d30a87028b0bd36eed664d5dc2895f6 (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"