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`
master
Excitable Snowball 2021-04-03 16:15:39 +00:00 committed by GitHub
parent 41f649c9a9
commit 4e2ab3a177
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -6,4 +6,3 @@ nose2
flake8
pep8-naming
yapf
wave