diff setup.py @ 57:76dce7813340

Resize images if they're too large to be uploaded to Bluesky. This adds a new dependency to the Pillow library.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 17 Oct 2023 15:34:26 -0700
parents e3d2e13e8853
children
line wrap: on
line diff
--- a/setup.py	Tue Oct 17 15:32:23 2023 -0700
+++ b/setup.py	Tue Oct 17 15:34:26 2023 -0700
@@ -16,6 +16,7 @@
     'Mastodon.py>=1.3.0',
     'mf2py>=1.1.0',
     'mf2util>=0.5.0',
+    'Pillow>=10.0.1',
     'python-dateutil>=2.7.0',
     'python-facebook-api>=0.17.1',
     'python-twitter>=3.4.0',