From e707f6782e65bbe5367459a0a6ad6c832ef6f4bb Mon Sep 17 00:00:00 2001 From: puddly <32534428+puddly@users.noreply.github.com> Date: Mon, 20 Nov 2023 10:00:23 -0500 Subject: [PATCH] Add `requirements_test.txt` --- requirements_test.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 requirements_test.txt diff --git a/requirements_test.txt b/requirements_test.txt new file mode 100644 index 0000000..2f3dfb3 --- /dev/null +++ b/requirements_test.txt @@ -0,0 +1,20 @@ +# Test dependencies. + +asynctest +isort +black +flake8 +codecov +colorlog +codespell +mypy==1.2.0 +pre-commit +pylint +pytest-cov +pytest-sugar +pytest-timeout +pytest-asyncio>=0.17 +pytest>=7.1.3 +zigpy>=0.54.1 +ruff==0.0.261 +Flake8-pyproject \ No newline at end of file