fix python 3.13 crash
Some checks failed
divent / lint (push) Failing after 1m5s
divent / docker (push) Has been skipped
divent / pypi (push) Has been skipped

This commit is contained in:
Michel Roux 2024-10-09 23:37:12 +00:00
parent 74b5ab600b
commit 8b0191e649

View File

@ -14,6 +14,7 @@ divent = 'divent.bot:run'
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.8,<4.0" python = ">=3.8,<4.0"
disnake = "^2.9.2" disnake = "^2.9.2"
audioop-lts = "^0.2.1"
ics = "0.8.0.dev0" ics = "0.8.0.dev0"
python-dotenv = "^1.0.1" python-dotenv = "^1.0.1"
quart = "^0.19.6" quart = "^0.19.6"