Skip to content

Commit b04ad4c

Browse files
authored
Merge pull request #558 from watson-developer-cloud/fix-setup
fix(setup): edit setup.py with the correct libraries
2 parents 62741b1 + 48bf1b3 commit b04ad4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def run_tests(self):
6464
version=__version__,
6565
description='Client library to use the IBM Watson Services',
6666
license='Apache 2.0',
67-
install_requires=['requests>=2.0, <3.0', 'python_dateutil>=2.5.3', 'autobahn>=0.10.9', 'Twisted>=13.2.0', 'pyOpenSSL>=16.2.0', 'service-identity>=17.0.0'],
67+
install_requires=['requests>=2.0, <3.0', 'python_dateutil>=2.5.3', 'websocket-client==0.47.0'],
6868
tests_require=['responses', 'pytest', 'python_dotenv', 'pytest-rerunfailures', 'tox'],
6969
cmdclass={'test': PyTest},
7070
author='Jeffrey Stylos',

0 commit comments

Comments
 (0)