Add dependencies to setup.py

This commit is contained in:
missionfloyd 2021-03-31 01:21:30 -06:00 committed by GitHub
parent d3f25503ab
commit d1c4b36398
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,5 +6,11 @@ setup(
author='Waveshare',
package_dir={'': 'lib'},
packages=['waveshare_epd'],
install_requires=[
'RPi.GPIO',
'spidev',
'Pillow',
'numpy'
],
)