diff options
| author | Zach White <skullydazed@gmail.com> | 2021-06-07 16:30:55 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-07 16:30:55 -0700 |
| commit | c277ae47681366df5b03c146ea20c0aac72699ed (patch) | |
| tree | ed5784d362c3f711f5f396ecf7b1664d9d0faef6 | |
| parent | b52b8f1d23df37de44f376778e1e2f4faa203fad (diff) | |
| download | qmk_firmware-c277ae47681366df5b03c146ea20c0aac72699ed.tar.gz qmk_firmware-c277ae47681366df5b03c146ea20c0aac72699ed.zip | |
Move hid and pyusb to requirements.txt (#13134)
* Add his and pyusb to
* Update requirements-dev.txt
| -rw-r--r-- | requirements-dev.txt | 2 | ||||
| -rw-r--r-- | requirements.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index 12d570e70..1db3b6d73 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt | |||
| @@ -4,7 +4,5 @@ | |||
| 4 | # Python development requirements | 4 | # Python development requirements |
| 5 | nose2 | 5 | nose2 |
| 6 | flake8 | 6 | flake8 |
| 7 | hid | ||
| 8 | pep8-naming | 7 | pep8-naming |
| 9 | pyusb | ||
| 10 | yapf | 8 | yapf |
diff --git a/requirements.txt b/requirements.txt index 8553e2c3f..d354d6bb2 100644 --- a/requirements.txt +++ b/requirements.txt | |||
| @@ -3,7 +3,9 @@ appdirs | |||
| 3 | argcomplete | 3 | argcomplete |
| 4 | colorama | 4 | colorama |
| 5 | dotty-dict | 5 | dotty-dict |
| 6 | hid | ||
| 6 | hjson | 7 | hjson |
| 7 | jsonschema>=3 | 8 | jsonschema>=3 |
| 8 | milc>=1.3.0 | 9 | milc>=1.3.0 |
| 9 | pygments | 10 | pygments |
| 11 | pyusb | ||
