From cf4d495ee24e03ad0136825505ce7fa9b3cbc7a6 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Fri, 15 Mar 2024 10:40:05 +0100 Subject: [PATCH] add aiofiles to test requirements --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7ee8bac3..791e3a90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ version = "0.0.0" [project.optional-dependencies] test = [ + "aiofiles", "codespell==2.2.6", "mypy==1.8.0", "pre-commit==3.6.1",