From c93d8ca4b7f9ca262781596a9574e255833b1328 Mon Sep 17 00:00:00 2001 From: Tobias Girstmair Date: Tue, 22 Jun 2021 09:12:28 +0200 Subject: [PATCH 1/1] mention previously missing dependency thanks, /u/Snawe --- greenpass.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/greenpass.py b/greenpass.py index 853a758..135c8e1 100644 --- a/greenpass.py +++ b/greenpass.py @@ -3,7 +3,7 @@ # Copyright 2021 Tobias Girstmair (https://gir.st). Consider this code GPLv3 # licensed. -# pip3 install flynn base45 PyPDF2 pyzbar +# pip3 install flynn base45 PyPDF2 pyzbar Pillow # dnf install zbar || apt install libzbar0 import sys -- 2.39.3