mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 01:16:19 +00:00
We do the following here: * Remove libjasper-dev from THUMBOR_VENV_DEPENDENCIES. Reason: This dependancy wasn't really needed by us for using thumbor. It was a dependancy for using open-cv as Imaging Engine in thumbor but we use PIL (Pillow now) as Imaging Engine. * Add zlib1g-dev, libfreetype6-dev to THUMBOR_VENV_DEPENDENCIES. Reason: These are dependancies of Pillow which are required for it Pillow to function. Since we use Pillow in thumbor as Imaging Engine we need these. Stuff before this didn't break because we also use Pillow in development Environment and have these dependancies installed from VENV_DEPENDENCIES as well.
10 KiB
10 KiB