Skip to content

Commit c2da175

Browse files
committed
update
1 parent f2fdcfe commit c2da175

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='talkops',
5-
version='1.2.1',
5+
version='1.2.2',
66
author='PicoUX',
77
description="TalkOps SDK",
88
long_description=open('README.md',encoding='utf-8').read(),
@@ -16,7 +16,7 @@
1616
'Issues': 'https://github.com/talkops/sdk-python/issues',
1717
'Source': 'https://github.com/talkops/sdk-python',
1818
},
19-
install_requires=['aiosseclient', 'jinja2', 'nest_asyncio', 'requests'],
19+
install_requires=['aiohttp-sse-client', 'aiosseclient', 'jinja2', 'nest_asyncio', 'requests'],
2020
keywords=['sdk'],
2121
classifiers=[
2222
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)