From 8e784b839e8350140b0f6bf11991367ff478a44e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Krier?= Date: Thu, 17 Dec 2015 11:38:56 +0100 Subject: [PATCH] Add missing pyserial dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bd9dcb4..2f64a54 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ # project is installed. For an analysis of "install_requires" vs pip's # requirements files see: # https://packaging.python.org/en/latest/technical.html#install-requires-vs-requirements-files - install_requires=['pyusb'], + install_requires=['pyusb', 'pyserial'], # List additional groups of dependencies here (e.g. development dependencies). # You can install these using the following syntax, for example: