Skip to content

Commit 8685317

Browse files
Merge pull request #397 from watson-developer-cloud/updateSetup
docs(python sdk): Updating the setup.py with new packages
2 parents 3663485 + 0cb0c18 commit 8685317

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'],
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'],
6868
tests_require=['responses', 'pytest', 'python_dotenv', 'pytest-rerunfailures', 'tox'],
6969
cmdclass={'test': PyTest},
7070
author='Jeffrey Stylos',

0 commit comments

Comments
 (0)