Add dependencies to setup.py
This commit is contained in:
parent
d3f25503ab
commit
d1c4b36398
1 changed files with 6 additions and 0 deletions
|
|
@ -6,5 +6,11 @@ setup(
|
||||||
author='Waveshare',
|
author='Waveshare',
|
||||||
package_dir={'': 'lib'},
|
package_dir={'': 'lib'},
|
||||||
packages=['waveshare_epd'],
|
packages=['waveshare_epd'],
|
||||||
|
install_requires=[
|
||||||
|
'RPi.GPIO',
|
||||||
|
'spidev',
|
||||||
|
'Pillow',
|
||||||
|
'numpy'
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue