From 26ad0cd2b9cf74d43bce2279a6c084c0c2776f29 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Sat, 20 Aug 2022 11:52:15 +0100 Subject: [PATCH 1/2] Align dependencies to develop --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 609d97b..ff54330 100644 --- a/setup.cfg +++ b/setup.cfg @@ -46,6 +46,7 @@ install_requires = jsonschema>=4 pillow pygments + pyserial packages = find: python_requires = >=3.7 From 169e12a4c6d5486040cb88e14ecad29c0f17a32d Mon Sep 17 00:00:00 2001 From: Nick Brassel Date: Sat, 20 Aug 2022 22:53:15 +1000 Subject: [PATCH 2/2] tabs/spaces etc. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ff54330..45018e5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -46,7 +46,7 @@ install_requires = jsonschema>=4 pillow pygments - pyserial + pyserial packages = find: python_requires = >=3.7