From 8b0191e6498dd93546685fba0de53374ec7cfb41 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Wed, 9 Oct 2024 23:37:12 +0000 Subject: [PATCH] fix python 3.13 crash --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 77daf6c..0bf893b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,7 @@ divent = 'divent.bot:run' [tool.poetry.dependencies] python = ">=3.8,<4.0" disnake = "^2.9.2" +audioop-lts = "^0.2.1" ics = "0.8.0.dev0" python-dotenv = "^1.0.1" quart = "^0.19.6"