From 1252b8f55585cbbf4c6462a17a6de04b163e7564 Mon Sep 17 00:00:00 2001 From: Kattni Rembor Date: Tue, 19 Nov 2019 08:37:45 -0500 Subject: [PATCH] Adding install reqs to setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7fb6e43..72e1c1e 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ author='Adafruit Industries', author_email='circuitpython@adafruit.com', - install_requires=[], + install_requires=['pyserial', 'Adafruit-Blinka', 'adafruit-circuitpython-busdevice'], # Choose your license license='MIT',