Fix missing aiohttp slack dependency in pyproject.toml

Added `"aiohttp>=3.9.0,<4.0.0"` to the dependencies for **slack**
This commit is contained in:
Aleksander W. Oleszkiewicz (auticon)
2026-07-08 12:16:30 +08:00
committed by Xubin Ren
parent 883776358e
commit 379785d365
+1
View File
@@ -85,6 +85,7 @@ qq = [
"qq-botpy>=1.2.0,<2.0.0", "qq-botpy>=1.2.0,<2.0.0",
] ]
slack = [ slack = [
"aiohttp>=3.9.0,<4.0.0",
"slack-sdk>=3.39.0,<4.0.0", "slack-sdk>=3.39.0,<4.0.0",
"slackify-markdown>=0.2.0,<1.0.0", "slackify-markdown>=0.2.0,<1.0.0",
] ]