From 3722b80b4c49cc5267478d8c36e92469094e5004 Mon Sep 17 00:00:00 2001 From: Zach White Date: Mon, 7 Jun 2021 14:37:30 -0700 Subject: [PATCH 1/2] Add his and pyusb to --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 8553e2c3f02d..d354d6bb29e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,9 @@ appdirs argcomplete colorama dotty-dict +hid hjson jsonschema>=3 milc>=1.3.0 pygments +pyusb From 26658c1b8ed969a00af65f86c197324e237e6361 Mon Sep 17 00:00:00 2001 From: Zach White Date: Mon, 7 Jun 2021 14:38:45 -0700 Subject: [PATCH 2/2] Update requirements-dev.txt --- requirements-dev.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 12d570e70c6b..1db3b6d73315 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,5 @@ # Python development requirements nose2 flake8 -hid pep8-naming -pyusb yapf