forked from mirrors/qmk_firmware
Move hid and pyusb to requirements.txt (#13134)
* Add his and pyusb to * Update requirements-dev.txt
This commit is contained in:
parent
b52b8f1d23
commit
c277ae4768
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,5 @@
|
|||
# Python development requirements
|
||||
nose2
|
||||
flake8
|
||||
hid
|
||||
pep8-naming
|
||||
pyusb
|
||||
yapf
|
||||
|
|
|
@ -3,7 +3,9 @@ appdirs
|
|||
argcomplete
|
||||
colorama
|
||||
dotty-dict
|
||||
hid
|
||||
hjson
|
||||
jsonschema>=3
|
||||
milc>=1.3.0
|
||||
pygments
|
||||
pyusb
|
||||
|
|
Loading…
Reference in a new issue