From 2cb3d7d02ef287eb0e2412a61dc494836d231d9c Mon Sep 17 00:00:00 2001 From: TT Date: Mon, 21 Oct 2019 09:09:02 +0900 Subject: [PATCH] fix: add missing pyserial into requirements.txt --- python/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/python/requirements.txt b/python/requirements.txt index 9e06290..bc7e1ef 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -2,3 +2,4 @@ matplotlib scipy scikit-rf pillow +pyserial