Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Commit 5a5d6d7

Browse files
committed
➕ Add aiohttp as dependency.
1 parent 4459e5b commit 5a5d6d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
# What packages are required for this module to be executed?
2424
REQUIRED = [
25-
'line-bot-sdk',
25+
'line-bot-sdk', 'aiohttp'
2626
]
2727

2828
# What packages are optional?

0 commit comments

Comments
 (0)