From b95c9938d6911df650a4fdc1a5bbba826a16c0d6 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Tue, 5 Apr 2022 21:49:25 -0700 Subject: [PATCH] had to fork, because this still hasn't been fixed: https://github.com/nutechsoftware/alarmdecoder/issues/39 and they had pyserial hard coded to 2.7, which was python2 only.. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b44c1b0..5e726b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ --e git+https://github.com/nutechsoftware/alarmdecoder.git@72a9d417ecc254301db044e1408b292fcf22a71d#egg=alarmdecoder +-e git+https://www.funkthat.com/gitea/jmg/alarmdecoder.git@a5ede28f3bdea908fff96731d156b74b4f2e49c2#egg=alarmdecoder coverage mock twisted