Skip to content

Commit

Permalink
feat: upate core to use 3.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mamoonraja committed Jan 8, 2021
1 parent b21f271 commit 83d5f6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
5 changes: 1 addition & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ python_dotenv>=0.1.5;python_version!='3.2'
pylint>=1.4.4
tox>=2.9.1
pytest-rerunfailures>=3.1
ibm_cloud_sdk_core==1.7.3
ibm_cloud_sdk_core==3.3.6

# code coverage
coverage<5
Expand All @@ -19,6 +19,3 @@ bumpversion>=0.5.3

# Web sockets
websocket-client==0.48.0

# lock JWT
PyJWT==1.7.1
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
requests>=2.0,<3.0
python_dateutil>=2.5.3
websocket-client==0.48.0
ibm_cloud_sdk_core==1.7.3
PyJWT==1.7.1
ibm_cloud_sdk_core==3.3.6
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def run_tests(self):
version=__version__,
description='Client library to use the IBM Watson Services',
license='Apache 2.0',
install_requires=['requests>=2.0, <3.0', 'python_dateutil>=2.5.3', 'websocket-client==0.48.0', 'ibm_cloud_sdk_core==1.7.3'],
install_requires=['requests>=2.0, <3.0', 'python_dateutil>=2.5.3', 'websocket-client==0.48.0', 'ibm_cloud_sdk_core>=3.3.6'],
tests_require=['responses', 'pytest', 'python_dotenv', 'pytest-rerunfailures', 'tox'],
cmdclass={'test': PyTest},
author='IBM Watson',
Expand Down

0 comments on commit 83d5f6a

Please sign in to comment.