Skip to content

Commit

Permalink
Moving 'ipywidgets' & 'plotly' libraries from requirements-codecovera…
Browse files Browse the repository at this point in the history
…ge.txt to requirements.txt.

Updated tenant's API-KEY and SECRETE.
  • Loading branch information
JMkrish committed Dec 18, 2023
1 parent c39f4a2 commit 16a6942
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions requirements-codecoverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@

codecov==2.1.13
coverage==7.3.2
ipywidgets==8.1.1
nbmake==1.4.6
plotly==5.18.0
pytest-xdist==3.5.0
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
pytest==7.2.1
numpy>=1.18.4
requests>=2.24.0
pytest>=6.0.2
ipywidgets==8.1.1
pandas>=0.25.2
mock>=4.0.2
importlib-resources>=3.0.0
pathos>=0.2.7
coverage >= 7.2.3
plotly==5.18.0
4 changes: 2 additions & 2 deletions smsdk/const.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
API_KEY = "cea8969e-2acd-4ff4-b88b-e6b62d5cd857"
API_SECRETE = "sma_nBy04LSDJhwxXNct8R8pREkwzbUTWjU4ZmQj7Y2ApAi_"
API_KEY = "5a73aa5a-1962-4df9-b56e-4a59462f0f00"
API_SECRETE = "sma_FajgH3VbPu68gwy0PzccvhyGRyy1a8CCHhhvy6ooeg1O_"
TENANT = "demo-sdk-test"

0 comments on commit 16a6942

Please sign in to comment.