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-07 09:55:28 +02:00 committed by Xubin Ren
parent 883776358e
commit 379785d365

View File

@ -85,6 +85,7 @@ qq = [
"qq-botpy>=1.2.0,<2.0.0",
]
slack = [
"aiohttp>=3.9.0,<4.0.0",
"slack-sdk>=3.39.0,<4.0.0",
"slackify-markdown>=0.2.0,<1.0.0",
]