We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3663485 commit 0cb0c18Copy full SHA for 0cb0c18
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