From 70016d7641b0c9e2e7da484d8f8927ae202e50b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Thu, 17 Jan 2019 09:40:31 +0100 Subject: [PATCH] Add pyserial to install_requires (#348) --- requirements.txt | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 6c8ce408f5..8f5b324ba8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,3 +7,4 @@ tornado>=5.0.0 esptool>=2.3.1 typing>=3.0.0 protobuf>=3.4 +pyserial>=3.4,<4 diff --git a/setup.py b/setup.py index cb470e04e3..87fd6b778a 100755 --- a/setup.py +++ b/setup.py @@ -32,6 +32,7 @@ REQUIRES = [ 'typing>=3.0.0;python_version<"3.5"', 'protobuf>=3.4', 'tzlocal>=1.4', + 'pyserial>=3.4,<4', ] CLASSIFIERS = [