From 143f413c673f5ab361ccfdd4068c02c643727457 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Wed, 3 Jul 2019 13:21:25 +0100 Subject: [PATCH] Add Raspbian Lite dependencies for #6 --- library/setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/library/setup.cfg b/library/setup.cfg index 9a3a727..0f16015 100644 --- a/library/setup.cfg +++ b/library/setup.cfg @@ -39,7 +39,11 @@ ignore = [pimoroni] py2deps = + python-numpy + python-smbus py3deps = + python3-numpy + python3-smbus configtxt = dtoverlay=pi3-miniuart-bt # for Enviro+ commands = -- 2.30.2