From 1a2e7b89611cce5a7980ff7704f012b5526187ed Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Fri, 6 Sep 2024 09:58:37 +0200 Subject: [PATCH] Revert "add aiorun to requirements" This reverts commit 2ef08ff42be8ff42873e576ae33947c587a2551a. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 956af06af..35b223475 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,6 @@ version = "0.0.0" [project.optional-dependencies] server = [ - "aiorun==2024.8.1", "faust-cchardet>=2.1.18", "aiodns>=3.0.0", "Brotli>=1.0.9",