From 1a5c6badec0af3db2f82548b38f45b2372f670dd Mon Sep 17 00:00:00 2001 From: Will Da Silva Date: Wed, 24 Apr 2024 12:59:37 -0400 Subject: [PATCH] Add missing test dependency on `greenlet` --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 2a3757315..06e3fcddd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,6 +54,7 @@ test = [ "anyio[trio]", "asyncmy >= 0.2.5; python_implementation == 'CPython'", "coverage >= 7", + "greenlet >= 3", "paho-mqtt >= 2.0", "psycopg", "pymongo >= 4",