We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6132b16 + b03a50e commit e77a0e4Copy full SHA for e77a0e4
setup.py
@@ -12,6 +12,6 @@
12
url='https://github.com/rhempel/ev3dev-lang-python',
13
include_package_data=True,
14
py_modules=['ev3dev'],
15
- install_requires=['pil']
+ install_requires=['Pillow']
16
)
17
0 commit comments