From 170e1eb3a88406cce0491711ed33ec9c75cd2d7c Mon Sep 17 00:00:00 2001 From: Aaron Date: Sun, 7 May 2023 21:18:13 +0800 Subject: [PATCH] Fix reqs --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0ada110..14ff77f 100644 --- a/setup.py +++ b/setup.py @@ -41,6 +41,6 @@ "allianceauth>=2.9.0,<4.0.0", "py-cord>2.0.0,<3.0.0", "pendulum>=2.1.2,<3.0.0", - "redis>=4.2.0<5.0.0" + "redis>=4.2.0,<5.0.0", ], )