Skip to content

Commit

Permalink
fix: loading creds from top level directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mamoonraja committed May 6, 2020
1 parent 7435fa5 commit 03a3509
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.5.1
ibm_cloud_sdk_core==1.7.3

# code coverage
coverage<5
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests>=2.0,<3.0
python_dateutil>=2.5.3
websocket-client==0.48.0
ibm_cloud_sdk_core==1.5.1
ibm_cloud_sdk_core==1.7.3

0 comments on commit 03a3509

Please sign in to comment.