comparison 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
comparison
equal deleted inserted replaced
56:d5ba2179d876 57:76dce7813340
14 'coloredlogs>=10.0', 14 'coloredlogs>=10.0',
15 'dateparser>=1.1.8', 15 'dateparser>=1.1.8',
16 'Mastodon.py>=1.3.0', 16 'Mastodon.py>=1.3.0',
17 'mf2py>=1.1.0', 17 'mf2py>=1.1.0',
18 'mf2util>=0.5.0', 18 'mf2util>=0.5.0',
19 'Pillow>=10.0.1',
19 'python-dateutil>=2.7.0', 20 'python-dateutil>=2.7.0',
20 'python-facebook-api>=0.17.1', 21 'python-facebook-api>=0.17.1',
21 'python-twitter>=3.4.0', 22 'python-twitter>=3.4.0',
22 'ronkyuu>=0.6', 23 'ronkyuu>=0.6',
23 'tweepy>=4.14.0' 24 'tweepy>=4.14.0'