We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3663485 + 0cb0c18 commit 8685317Copy full SHA for 8685317
1 file changed
setup.py
@@ -64,7 +64,7 @@ def run_tests(self):
64
version=__version__,
65
description='Client library to use the IBM Watson Services',
66
license='Apache 2.0',
67
- install_requires=['requests>=2.0, <3.0', 'python_dateutil>=2.5.3'],
+ 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'],
68
tests_require=['responses', 'pytest', 'python_dotenv', 'pytest-rerunfailures', 'tox'],
69
cmdclass={'test': PyTest},
70
author='Jeffrey Stylos',
0 commit comments