Browse Source

Move hid and pyusb to requirements.txt (#13134)

* Add his and pyusb to

* Update requirements-dev.txt
pull/13145/head
Zach White 2 years ago
committed by GitHub
parent
commit
c277ae4768
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. +0
    -2
      requirements-dev.txt
  2. +2
    -0
      requirements.txt

+ 0
- 2
requirements-dev.txt View File

@ -4,7 +4,5 @@
# Python development requirements # Python development requirements
nose2 nose2
flake8 flake8
hid
pep8-naming pep8-naming
pyusb
yapf yapf

+ 2
- 0
requirements.txt View File

@ -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…
Cancel
Save