Skip to content

Commit

Permalink
PIL is depreciated and should be replaced with pillow (a fork of PIL) (
Browse files Browse the repository at this point in the history
…apache#4533)

Change-Id: If2075df5475505f2da87dae7145af5a7ab83d8a4
  • Loading branch information
lhutton1 authored and zhiics committed Dec 31, 2019
1 parent c847fde commit 687b6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def get_package_data_files():
'attrs',
'psutil',
],
extras_require={'test': ['PIL',
extras_require={'test': ['pillow',
'matplotlib'],
'extra_feature': ['tornado',
'psutil',
Expand Down

0 comments on commit 687b6e1

Please sign in to comment.