pimoroni / st7735-python

Python library to control an ST7735 TFT LCD display. Allows simple drawing on the display without installing a kernel module.
MIT License
63 stars 30 forks source link

Add py3 debian dependencies #26

Closed nickbroon closed 1 year ago

nickbroon commented 2 years ago

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.

Gadgetoid commented 1 year ago

Good catch, thank you!

I previously avoided adding these to install_requires because they, especially numpy, would tend to explode with some sort of compile dependency error. I think piwheels fixed that by providing precompiled binaries, but old habits die hard :grimacing: