From 4b27e5e41d754ba91c7baf6db124721892d2cbc5 Mon Sep 17 00:00:00 2001 From: Eric Callahan Date: Wed, 23 Mar 2022 06:55:03 -0400 Subject: [PATCH] scripts: pin pyserial to version 3.4 The pyserial-asyncio dependency pins pyserial to any version greater than 3.4. Currently pip is distributing version 3.5, which is not an official stable release. Signed-off-by: Eric Callahan --- scripts/moonraker-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/moonraker-requirements.txt b/scripts/moonraker-requirements.txt index 143d040..ba77853 100644 --- a/scripts/moonraker-requirements.txt +++ b/scripts/moonraker-requirements.txt @@ -1,5 +1,6 @@ # Python dependencies for Moonraker tornado==6.1.0 +pyserial==3.4 pyserial-asyncio==0.6 pillow==9.0.1 lmdb==1.2.1