mirror of
https://github.com/pimoroni/st7735-python.git
synced 2025-01-05 22:40:25 +03:00
Add py3 debian dependencies
These python modules are directly used from this library so dependencies should be expressed. Might be worth consider adding them to `install_requires` as well.
This commit is contained in:
@@ -47,6 +47,9 @@ py2deps =
|
|||||||
python-pil
|
python-pil
|
||||||
py3deps =
|
py3deps =
|
||||||
python3-pil
|
python3-pil
|
||||||
|
python3-numpy
|
||||||
|
python3-spidev
|
||||||
|
python3-rpi.gpio
|
||||||
configtxt =
|
configtxt =
|
||||||
commands =
|
commands =
|
||||||
printf "Setting up SPI...\n"
|
printf "Setting up SPI...\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user