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
|
# Python development requirements
|
||||||
nose2
|
nose2
|
||||||
flake8
|
flake8
|
||||||
hid
|
|
||||||
pep8-naming
|
pep8-naming
|
||||||
pyusb
|
|
||||||
yapf
|
yapf
|
||||||
|
|
|
@ -3,7 +3,9 @@ appdirs
|
||||||
argcomplete
|
argcomplete
|
||||||
colorama
|
colorama
|
||||||
dotty-dict
|
dotty-dict
|
||||||
|
hid
|
||||||
hjson
|
hjson
|
||||||
jsonschema>=3
|
jsonschema>=3
|
||||||
milc>=1.3.0
|
milc>=1.3.0
|
||||||
pygments
|
pygments
|
||||||
|
pyusb
|
||||||
|
|
Loading…
Reference in a new issue