mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-04 16:38:49 +00:00
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:
parent
883776358e
commit
379785d365
@ -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",
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user