From d92c51174063cb4ddd88c322b17b7d55899b7be9 Mon Sep 17 00:00:00 2001 From: Philip Howard Date: Fri, 12 Jul 2019 21:13:41 +0100 Subject: [PATCH] Ensure required dependencies are installed --- library/setup.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/library/setup.cfg b/library/setup.cfg index 6599a47..ed7cef7 100644 --- a/library/setup.cfg +++ b/library/setup.cfg @@ -26,6 +26,14 @@ classifiers = Topic :: Software Development :: Libraries Topic :: System :: Hardware +[options] +install_requires = + pimoroni-bme280 + pms5003 + ltr559 + st7735 + ads1015 + [flake8] exclude = .tox, -- 2.30.2