summary refs log tree commit diff
diff options
context:
space:
mode:
authorExcitable Snowball <excitablesnowball@gmail.com>2021-04-03 16:15:39 +0000
committerGitHub <noreply@github.com>2021-04-03 09:15:39 -0700
commit4e2ab3a17734fa0460e259b835e2ea1dbfd72d75 (patch)
treead38358910f5f3533a51e38548f5fc964a77439e
parent41f649c9a95985603d1063f2ec5e2864a7e32a0b (diff)
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`
-rw-r--r--requirements-dev.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt
index caae27741a..1db3b6d733 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -6,4 +6,3 @@ nose2
 flake8
 pep8-naming
 yapf
-wave