From c21362df8a2ccfd7902a2ccd47c64efe0093afae Mon Sep 17 00:00:00 2001 From: Paul Kronenwetter Date: Sat, 25 Jun 2022 16:31:20 -0400 Subject: [PATCH] Adding requirements.txt. Should be here since the python script references it. --- requirements.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..69d2b5b7 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,30 @@ +altgraph +attrs +autopep8 +black +cffi +click +crcengine +importlib-metadata +iniconfig +isort +MarkupSafe +mypy-extensions +numpy +pathspec +pluggy +py +PyAudio +pycodestyle +pycparser +pyinstaller +pyserial +pytest +pytest-cov +pytest-cover +pytest-coverage +pytest-rerunfailures +sounddevice +structlog +ujson +zipp