From 3a934823c0a8d8c0a27490e983821338d2bd7197 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20Oudin?= <oudin@crans.org>
Date: Thu, 10 Oct 2019 00:51:16 +0200
Subject: [PATCH] Add pyserial in order to have ./tools/pycard10.py working

---
 requirements.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/requirements.txt b/requirements.txt
index 73516b144..d9624a1c6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,4 @@
 meson~=0.51.1
 crc16~=0.1.1
 pillow~=6.1.0
+pyserial~=3.4
-- 
GitLab