Skip to content

Commit b3e5665

Browse files
committed
reintroduce Pillow dependency
1 parent c3a9e43 commit b3e5665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def read(fname):
2323
url="https://github.com/nschloe/matplotlib2tikz",
2424
author=about["__author__"],
2525
author_email=about["__email__"],
26-
install_requires=["matplotlib >= 1.4.0", "numpy", "six"],
26+
install_requires=["matplotlib >= 1.4.0", "numpy", "Pillow", "six"],
2727
extras_require={
2828
"all": ["pipdate >= 0.3.0, <0.4.0"],
2929
"update": ["pipdate >= 0.3.0, <0.4.0"],

0 commit comments

Comments
 (0)