From c440294cc10ba86b4cdeae53b3b3592110493190 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Wed, 16 Oct 2019 10:44:48 +0100 Subject: [PATCH] Add deps for noise measurement --- library/setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/library/setup.cfg b/library/setup.cfg index b4c8a96..c48c7ba 100644 --- a/library/setup.cfg +++ b/library/setup.cfg @@ -33,6 +33,7 @@ install_requires = ltr559 st7735 ads1015 + sounddevice [flake8] exclude = @@ -51,11 +52,13 @@ py2deps = python-numpy python-smbus python-pil + libportaudio2 py3deps = python3-pip python3-numpy python3-smbus python3-pil + libportaudio2 configtxt = dtoverlay=pi3-miniuart-bt dtoverlay=adau7002-simple -- 2.30.2