Skip to content

Commit e77a0e4

Browse files
committed
Merge pull request #56 from ddemidov/master
Replace pil with Pillow in python package requirements
2 parents 6132b16 + b03a50e commit e77a0e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
url='https://github.com/rhempel/ev3dev-lang-python',
1313
include_package_data=True,
1414
py_modules=['ev3dev'],
15-
install_requires=['pil']
15+
install_requires=['Pillow']
1616
)
1717

0 commit comments

Comments
 (0)