From c277ae47681366df5b03c146ea20c0aac72699ed Mon Sep 17 00:00:00 2001
From: Zach White <skullydazed@gmail.com>
Date: Mon, 7 Jun 2021 16:30:55 -0700
Subject: [PATCH] Move hid and pyusb to requirements.txt (#13134)

* Add his and pyusb to

* Update requirements-dev.txt
---
 requirements-dev.txt | 2 --
 requirements.txt     | 2 ++
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements-dev.txt b/requirements-dev.txt
index 12d570e70c..1db3b6d733 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -4,7 +4,5 @@
 # Python development requirements
 nose2
 flake8
-hid
 pep8-naming
-pyusb
 yapf
diff --git a/requirements.txt b/requirements.txt
index 8553e2c3f0..d354d6bb29 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