qmk_firmware/requirements-dev.txt
Excitable Snowball 4e2ab3a177
Remove wave from requirements-dev.txt (#12387)
This resolves to <https://pypi.org/project/Wave/>, but the places where
the `wave` module is imported make it clear that the standard library
module <https://docs.python.org/3/library/wave.html> was intended.

Was originally added in #11820 and used in the following files:
* `util/sample_parser.py`
* `util/wavetable_parser.py`
2021-04-03 09:15:39 -07:00

9 lines
122 B
Plaintext

# Install the necessary requirements
-r requirements.txt
# Python development requirements
nose2
flake8
pep8-naming
yapf