From 91c28785bf009126fd11b57cb31b7a0911492260 Mon Sep 17 00:00:00 2001 From: Luke Hutton Date: Fri, 13 Dec 2019 16:20:08 +0000 Subject: [PATCH] PIL is depreciated and should be replaced with pillow (a fork of PIL) Change-Id: If2075df5475505f2da87dae7145af5a7ab83d8a4 --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index bc3390a63f28..f8b580cd7552 100644 --- a/python/setup.py +++ b/python/setup.py @@ -159,7 +159,7 @@ def get_package_data_files(): 'attrs', 'psutil', ], - extras_require={'test': ['PIL', + extras_require={'test': ['pillow', 'matplotlib'], 'extra_feature': ['tornado', 'psutil',