lodgeit/requirements.txt
Jeremy Stanley 1cee24ce0b Support Pillow v10
Pillow 9.5 deprecated the getsize method for fonts in favor of its
new getbbox, and then getsize was removed in Pillow 10.. Adjust the
call we use for captcha generation so it will continue working, and
declare a requirement for the earliest forward-compatible release.

Change-Id: Ib35eea077d7f8c428493ef8e4cfe00e05e580a6f
2024-02-20 21:49:07 +00:00

13 lines
156 B
Plaintext

six
Jinja2
Werkzeug<0.16
Pygments<2.6;python_version<'3'
Pygments;python_version>='3'
SQLAlchemy<2.0.0
PyMySQL
simplejson
Babel
pillow>=9.5
pytz
MarkupSafe