add hid and pyusb to the requirements

This commit is contained in:
Zach White
2021-05-08 21:03:31 -07:00
parent 0ffae74377
commit 1c6d81fc3b
+2
View File
@@ -45,11 +45,13 @@ if __name__ == "__main__":
"colorama",
"dotty-dict",
"flake8",
"hid",
"hjson",
"jsonschema>=3",
"milc>=1.3.0",
"nose2",
"pygments",
"pyusb",
"yapf"
]
)