From 20286a7e2cfcc76a45590a558848639d54e307ee Mon Sep 17 00:00:00 2001 From: Nick Brassel Date: Fri, 15 Nov 2024 06:16:42 +1100 Subject: [PATCH] Add new dependencies so downloading files is possible. --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 8a7420b..0f12a82 100644 --- a/setup.cfg +++ b/setup.cfg @@ -43,10 +43,13 @@ install_requires = # qmk_firmware packages dotty-dict hjson + httpx jsonschema>=4 + mpire pillow pygments pyserial + tqdm packages = find: python_requires = >=3.9