From 8d652ff34d51fc6d164802ecd32ce08ce9aefd43 Mon Sep 17 00:00:00 2001 From: theolind Date: Sun, 28 Jun 2015 11:07:22 +0200 Subject: [PATCH] Added pyserial to requirements, needed by mysensors serial gateway --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index 49d6a7033dd..341fcd3cf81 100644 --- a/requirements.txt +++ b/requirements.txt @@ -76,3 +76,6 @@ python-forecastio>=1.3.3 # Firmata Bindings (*.arduino) PyMata==2.07a + +# Mysensors serial gateway +pyserial>=2.7