Skip to content

Commit c4c6162

Browse files
author
Ed (ODSC)
committed
setup.py: Add async-kinesis and redis
1 parent aeb6ce9 commit c4c6162

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from setuptools.command.install import install
44

55
install_requires = [
6+
"async-kinesis",
67
"boto3",
78
"elasticsearch",
89
"elastic_transport",
@@ -14,7 +15,9 @@
1415
"requests",
1516
"tqdm",
1617
"pytz",
17-
"pycountry"
18+
"pycountry",
19+
"aiohttp",
20+
"redis"
1821
]
1922

2023
setup(

0 commit comments

Comments
 (0)