Slack bridge: Explicitly require aiohttp.

It is required by the Slack library, but strangely not installed. So we
explicitly specify it.
This commit is contained in:
rht 2021-09-17 08:38:30 -04:00 committed by Tim Abbott
parent bdc139e9ed
commit 1ca696e75b

View file

@ -1 +1,2 @@
slack-sdk==3.5.1 slack-sdk==3.5.1
aiohttp