requirements: Remove now-unused pillow.

This commit is contained in:
Alex Vandiver
2024-06-13 04:02:12 +00:00
committed by Tim Abbott
parent 0070b5da78
commit 16f8d12285
6 changed files with 1 additions and 155 deletions

View File

@@ -13,9 +13,6 @@ VENV_CACHE_PATH = "/srv/zulip-venv-cache"
VENV_DEPENDENCIES = [
"build-essential",
"libffi-dev",
"libfreetype6-dev", # Needed for image types with Pillow
"zlib1g-dev", # Needed to handle compressed PNGs with Pillow
"libjpeg-dev", # Needed to handle JPEGs with Pillow
"libldap2-dev",
"python3-dev", # Needed to install typed-ast dependency of mypy
"python3-pip",
@@ -36,9 +33,6 @@ VENV_DEPENDENCIES = [
COMMON_YUM_VENV_DEPENDENCIES = [
"libffi-devel",
"freetype-devel",
"zlib-devel",
"libjpeg-turbo-devel",
"openldap-devel",
"libyaml-devel",
# Needed by python-xmlsec: