From d2be91e6bc7be82a83e8458b1441b94ff13a395b Mon Sep 17 00:00:00 2001 From: Philip Howard Date: Sat, 6 Jul 2019 14:07:53 +0100 Subject: [PATCH] Add pip for #6, correct indendation --- library/setup.cfg | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/library/setup.cfg b/library/setup.cfg index 0e6f54f..6599a47 100644 --- a/library/setup.cfg +++ b/library/setup.cfg @@ -39,13 +39,15 @@ ignore = [pimoroni] py2deps = + python-pip python-numpy python-smbus - python-pil + python-pil py3deps = + python3-pip python3-numpy python3-smbus - python3-pil + python3-pil configtxt = dtoverlay=pi3-miniuart-bt commands = -- 2.30.2