Skip to content

Commit

Permalink
Add jupyter-secrets-manager dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet committed Mar 11, 2025
1 parent ef465fa commit 82bc22a
Show file tree
Hide file tree
Showing 3 changed files with 306 additions and 7 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"@rjsf/core": "^4.2.0",
"@rjsf/utils": "^5.18.4",
"@rjsf/validator-ajv8": "^5.18.4",
"jupyter-secrets-manager": "^0.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"jupyter-secrets-manager"
]
dynamic = ["version", "description", "authors", "urls", "keywords"]

Expand Down
Loading

0 comments on commit 82bc22a

Please sign in to comment.